Type Alias serde_generate::DocComments

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

Track documentation to be attached to particular definitions.

Aliased Type§

struct DocComments { /* private fields */ }