[][src]Trait type_freak::kvlist::KVList

pub trait KVList where
    Self: TList
{ }

The trait represents a list of key-value pairs.

Implementors

impl KVList for LNil[src]

impl<Key, Value, Tail> KVList for KVCons<Key, Value, Tail> where
    Tail: KVList
[src]

Loading content...