pub trait HasMapData: HasData {
type Key;
type Value;
}Expand description
A trait for iterable collections which are a mapping of one type to another.
pub trait HasMapData: HasData {
type Key;
type Value;
}A trait for iterable collections which are a mapping of one type to another.