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