Skip to main content

NonEmptyKeyValuePairs

Type Alias NonEmptyKeyValuePairs 

Source
pub type NonEmptyKeyValuePairs<K, V> = NonEmptyKeyValuePairs<K, V>;

Aliased Type§

pub enum NonEmptyKeyValuePairs<K, V> {
    Def(Vec<(K, V)>),
    Indef(Vec<(K, V)>),
}

Variants§

§

Def(Vec<(K, V)>)

§

Indef(Vec<(K, V)>)