Skip to main content

Container

Trait Container 

Source
pub(crate) trait Container {
    type Element;
}

Required Associated Types§

Implementations on Foreign Types§

Source§

impl<A> Container for Vec<A>

Source§

impl<K: Ord, V> Container for BTreeMap<K, V>

Implementors§