pub type Types = CommentedChildren<TypesChild>;Aliased Type§
pub struct Types {
pub comment: Option<String>,
pub children: Vec<TypesChild>,
}Fields§
§comment: Option<String>§children: Vec<TypesChild>pub type Types = CommentedChildren<TypesChild>;pub struct Types {
pub comment: Option<String>,
pub children: Vec<TypesChild>,
}comment: Option<String>§children: Vec<TypesChild>