Trait tir_core::Ty

source ·
pub trait Ty: TyAssembly {
    // Required methods
    fn get_type_name() -> &'static str;
    fn get_dialect_name() -> &'static str;
}

Required Methods§

source

fn get_type_name() -> &'static str

source

fn get_dialect_name() -> &'static str

Object Safety§

This trait is not object safe.

Implementors§