TypedDef

Type Alias TypedDef 

Source
pub type TypedDef = Def<TypedAST>;

Aliased Type§

pub enum TypedDef {
    FnDef(Func<TypedAST>),
}

Variants§