KeyValue

Trait KeyValue 

Source
pub trait KeyValue
where Self: DynClone + Send + Sync,
{ // Required methods fn key(&self) -> &str; fn value(&self) -> &str; }

Required Methods§

Source

fn key(&self) -> &str

Source

fn value(&self) -> &str

Implementations on Foreign Types§

Source§

impl KeyValue for ()

Source§

fn key(&self) -> &str

Source§

fn value(&self) -> &str

Implementors§