Contexts

Type Alias Contexts 

Source
pub type Contexts = Vec<Context>;
Expand description

Custom contexts. The value of the last context is searched first.

Aliased Typeยง

pub struct Contexts { /* private fields */ }