Trait iter_trait::map::HasMapData [] [src]

pub trait HasMapData: HasData {
    type Key;
    type Value;
}

A trait for iterable collections which are a mapping of one type to another.

Associated Types

The type of the keys.

The type of the values.

Implementors