[][src]Trait libimagutil::key_value_split::IntoKeyValue

pub trait IntoKeyValue<K, V> {
    fn into_kv(self) -> Option<KeyValue<K, V>>;
}

Required methods

fn into_kv(self) -> Option<KeyValue<K, V>>

Loading content...

Implementations on Foreign Types

impl IntoKeyValue<String, String> for String[src]

Loading content...

Implementors

Loading content...