Type Definition move_lang::parser::ast::BindList

source ·
pub type BindList = Spanned<Vec<Bind>>;