Struct quick_error::Context
[−]
[src]
pub struct Context<X, E>(pub X, pub E);
pub struct Context<X, E>(pub X, pub E);
impl<X: Debug, E: Debug> Debug for Context<X, E>
[src]