Struct quick_error::Context [] [src]

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

Trait Implementations

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.