Struct quick_error::Context
source · pub struct Context<X, E>(pub X, pub E);
Expand description
Generic context type
Used mostly as a transport for ResultExt::context
method
Tuple Fields§
§0: X
§1: E
pub struct Context<X, E>(pub X, pub E);
Generic context type
Used mostly as a transport for ResultExt::context
method
0: X
§1: E