Trait KeyCanExtend

Source
pub trait KeyCanExtend<M> { }
Expand description

Marker trait to signify that the given key associated with a map can extend or construct a given map (M)

Implementors§

Source§

impl<T: MapKey<Map = M>, M: MapCanExtend<M2>, M2> KeyCanExtend<M2> for T