[][src]Trait abi_stable::type_level::impl_enum::IsImplemented

pub trait IsImplemented: Sealed {
    const VALUE: bool;
}

Queries whether this type is Implemented<T>

Associated Constants

const VALUE: bool

Loading content...

Implementors

impl<T> IsImplemented for Implemented<T>[src]

impl<T> IsImplemented for Unimplemented<T>[src]

Loading content...