Type Alias json_gettext::Context

source ·
pub type Context<'a> = HashMap<Key, HashMap<String, JSONGetTextValue<'a>>>;

Aliased Type§

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