[][src]Trait serde_key_value_vec_map::KeyValueLike

pub trait KeyValueLike {
    type Key;
    type Value;
    pub fn from_key_value(key: Self::Key, value: Self::Value) -> Self;
pub fn key(&self) -> &Self::Key;
pub fn value(&self) -> &Self::Value; }

Associated Types

Loading content...

Required methods

pub fn from_key_value(key: Self::Key, value: Self::Value) -> Self[src]

pub fn key(&self) -> &Self::Key[src]

pub fn value(&self) -> &Self::Value[src]

Loading content...

Implementors

Loading content...