Formats

Type Alias Formats 

Source
pub type Formats = CommentedChildren<Format>;

Aliased Type§

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

Fields§

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