Platforms

Type Alias Platforms 

Source
pub type Platforms = CommentedChildren<Platform>;

Aliased Type§

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

Fields§

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