[][src]Trait abi_stable::erased_types::traits::interface_for::GetUTID

pub trait GetUTID<IsStatic> {
const UID: ReturnValueEquality<ROption<UTypeId>>;
}

Gets the ReturnValueEquality<ROption<UTypeId>> to construct a TypeInfo.

Associated Constants

const UID: ReturnValueEquality<ROption<UTypeId>>

Loading content...

Implementors

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

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

Loading content...