[][src]Trait abi_stable::type_level::unerasability::GetUTID

pub trait GetUTID<T> {
    const UID: Constructor<MaybeCmp<UTypeId>>;
}

Gets a function optionally returning the UTypeId of T. Whether the function returns MaybeCmp::Just(typeid) is determined by Self.

Associated Constants

Loading content...

Implementors

impl<T> GetUTID<T> for TU_Opaque[src]

impl<T> GetUTID<T> for TU_Unerasable where
    T: 'static, 
[src]

Loading content...