ToVecKeyVal

Trait ToVecKeyVal 

Source
pub trait ToVecKeyVal {
    // Required method
    fn to_vec_key_val(self) -> Vec<(KString, KString)>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ToVecKeyVal for &[(&str, &str)]

Source§

impl ToVecKeyVal for &[(String, String)]

Source§

impl ToVecKeyVal for &[(KString, KString)]

Source§

impl ToVecKeyVal for Vec<(&str, &str)>

Source§

impl ToVecKeyVal for Vec<(String, String)>

Source§

impl<const N: usize> ToVecKeyVal for [(&str, &str); N]

Source§

impl<const N: usize> ToVecKeyVal for [(KString, KString); N]

Implementors§