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