Type Alias vk_parse::Types

source ·
pub type Types = CommentedChildren<TypesChild>;

Aliased Type§

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

Fields§

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