Type Alias vk_parse::Formats

source ·
pub type Formats = CommentedChildren<Format>;

Aliased Type§

struct Formats {
    pub comment: Option<String>,
    pub children: Vec<Format>,
}

Fields§

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