Skip to main content

TypeMap

Type Alias TypeMap 

Source
pub type TypeMap = BTreeMap<String, TypeInfo>;
Expand description

Per-type observations, ordered for stable output.

Aliased Typeยง

pub struct TypeMap { /* private fields */ }