Type Definition mamba::parse::ast::OptAST

source ·
pub type OptAST = Option<Box<AST>>;