DocDictTree

Type Alias DocDictTree 

Source
pub type DocDictTree = BTreeMap<usize, DocDictEntryValueType>;
Expand description

A tree-dictionary of docs

Aliased Typeยง

pub struct DocDictTree { /* private fields */ }