pub type Contexts = Vec<Context>;
Custom contexts. The value of the last context is searched first.
pub struct Contexts { /* private fields */ }