[][src]Module abi_stable::erased_types::interfaces

Types that implement InterfaceType, used in examples.

Structs

CloneEqInterface

Implements InterfaceType, requiring Send + Sync + Debug + Clone + Eq

CloneInterface

Implements InterfaceType, requiring Send + Sync + Clone

DEIteratorInterface

Implements InterfaceType, requiring Send + Sync + DoubleEndedIterator<Item = T>

DebugDisplayInterface

Implements InterfaceType, requiring Send + Sync + Debug + Display

DefaultInterface

Implements InterfaceType, requiring Send + Sync + Default

FmtWriteInterface

Implements InterfaceType, requiring Send + Sync + Debug + std::fmt::Write

IoWriteInterface

Implements InterfaceType, requiring std::io::Write

IteratorInterface

Implements InterfaceType, requiring Send + Sync + Iterator<Item = T>

PartialEqInterface

Implements InterfaceType, requiring Send + Sync + Debug + PartialEq