Trait abi_stable::erased_types::IteratorItem
source · pub trait IteratorItem<'a>: InterfaceType {
type Item;
}
Expand description
The way to specify the expected Iterator::Item
type for an InterfaceType
.
This is a separate trait to allow iterators that yield borrowed elements.
Required Associated Types§
Object Safety§
This trait is not object safe.