Type Alias Json

Source
pub type Json = HashMap<&'static str, String>;

Aliased Typeยง

struct Json { /* private fields */ }