trait LowerTypeKind {
    // Required method
    fn lower_type_kind(&self) -> Result<TypeKind, RustIrError>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl LowerTypeKind for AdtDefn

source§

impl LowerTypeKind for ClosureDefn

source§

impl LowerTypeKind for CoroutineDefn

source§

impl LowerTypeKind for FnDefn

source§

impl LowerTypeKind for OpaqueTyDefn

source§

impl LowerTypeKind for TraitDefn

Implementors§