DocComments

Type Alias DocComments 

Source
pub type DocComments = BTreeMap<Vec<String>, String>;
Expand description

Track documentation to be attached to particular definitions.

Aliased Typeยง

pub struct DocComments { /* private fields */ }