Trait abi_stable::erased_types::InterfaceBound[][src]

pub trait InterfaceBound: InterfaceType {
Show 16 associated constants and 0 method const Clone: bool; const Default: bool; const Display: bool; const Debug: bool; const Serialize: bool; const PartialEq: bool; const Ord: bool; const PartialOrd: bool; const Hash: bool; const Iterator: bool; const DoubleEndedIterator: bool; const FmtWrite: bool; const IoWrite: bool; const IoRead: bool; const IoBufRead: bool; const IoSeek: bool;
}
Expand description

Associated constant equivalents of the associated types in InterfaceType.

Associated Constants

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Whether the trait is required, and is usable by a DynTrait parameterized with this InterfaceType.

Implementors