[][src]Type Definition pdf_create::common::Dict

type Dict<P> = BTreeMap<String, P>;

A dict is a map from strings to a type P

Trait Implementations

impl<P: Serialize> Serialize for Dict<P>[src]