Dict

Type Alias Dict 

Source
pub type Dict<P> = BTreeMap<String, P>;
Expand description

A dict is a map from strings to a type P

Aliased Type§

pub struct Dict<P> { /* private fields */ }

Trait Implementations§

Source§

impl<P: Serialize> Serialize for Dict<P>

Source§

fn write(&self, f: &mut Formatter<'_>) -> Result<()>

Write the object to a stream