Trait abi_stable::erased_types::IteratorItem[][src]

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.

Associated Types

The iterator item type.

Implementors