Type Alias vk_parse::Platforms

source ·
pub type Platforms = CommentedChildren<Platform>;

Aliased Type§

struct Platforms {
    pub comment: Option<String>,
    pub children: Vec<Platform>,
}

Fields§

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