[][src]Trait lang_extension::any::RawTypeId

pub trait RawTypeId {
    fn raw_type_id(&self) -> TypeId;
}

Required methods

fn raw_type_id(&self) -> TypeId

Loading content...

Implementors

impl<T: 'static + ?Sized> RawTypeId for T[src]

Loading content...