Context

Type Alias Context 

Source
pub type Context<C = ()> = Context<V2, C>;

Aliased Typeยง

pub struct Context<C = ()>(/* private fields */);