Struct quick_error::Context [] [src]

pub struct Context<X, E>(pub X, pub E);

Generic context type

Used mostly as a transport for ResultExt::context method

Trait Implementations

impl<X: Debug, E: Debug> Debug for Context<X, E>
[src]

Formats the value using the given formatter.