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

Expand description

Types that implement InterfaceType, used in examples.

Structs

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

Implements InterfaceType, requiring Send + Sync + Clone

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

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

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

Implements InterfaceType, requiring Send + Sync + Debug + Display

Implements InterfaceType, requiring Send + Sync + Default

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

Implements InterfaceType, requiring std::io::Write

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

Implements InterfaceType, requiring Send + Sync + Debug + PartialEq