Skip to main content
Container
cliquenet
0.1.0
Container
Required Associated Types
Element
Implementations on Foreign Types
BTreeMap<K, V>
Vec<A>
Implementors
In cliquenet::
util::
nonempty
cliquenet
::
util
::
nonempty
Trait
Container
Copy item path
Source
pub(crate) trait Container { type
Element
; }
Required Associated Types
§
Source
type
Element
Implementations on Foreign Types
§
Source
§
impl<A>
Container
for
Vec
<A>
Source
§
type
Element
= A
Source
§
impl<K:
Ord
, V>
Container
for
BTreeMap
<K, V>
Source
§
type
Element
=
(K, V)
Implementors
§