Skip to main content

Context

Type Alias Context 

Source
pub type Context<'a> = HashMap<Key, HashMap<String, JSONGetTextValue<'a>>>;
Expand description

The whole context: a map from each key (locale) to that key’s texts.

Aliased Type§

pub struct Context<'a> { /* private fields */ }