Type Alias abi_stable::std_types::map::Drain

source ·
pub type Drain<'a, K, V> = DynTrait<'a, RBox<()>, ValIterInterface<K, V>>;
Expand description

An RHashMap iterator, implementing Iterator<Item= Tuple2< K, V > > + !Send + !Sync

Aliased Type§

struct Drain<'a, K, V> { /* private fields */ }