Type Definition tribble_app::parser::Section
source · [−]pub type Section = Vec<SectionElem>;Expand description
A type alias for a section, which is simply an ordered list of elements.
pub type Section = Vec<SectionElem>;A type alias for a section, which is simply an ordered list of elements.