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