Trait yaxpeax_core::data::types::Typed[][src]

pub trait Typed {
    fn type_of(&self, type_atlas: &TypeAtlas) -> TypeSpec;
}

Required methods

Implementors