Types

Type Alias Types 

Source
pub type Types = CommentedChildren<TypesChild>;

Aliased Type§

pub struct Types {
    pub comment: Option<String>,
    pub children: Vec<TypesChild>,
}

Fields§

§comment: Option<String>§children: Vec<TypesChild>