Type Definition hebi_syntax::ast::Stmt

source ·
pub type Stmt<'src> = Spanned<StmtKind<'src>>;