Type Definition move_lang::parser::ast::Sequence

source ·
pub type Sequence = (Vec<UseDecl>, Vec<SequenceItem>, Option<Loc>, Box<Option<Exp>>);