ParamType

Trait ParamType 

Source
pub trait ParamType<'a> {
    // Required method
    fn as_pairs(&self) -> Vec<(Cow<'a, str>, Cow<'a, str>)>;
}

Required Methods§

Source

fn as_pairs(&self) -> Vec<(Cow<'a, str>, Cow<'a, str>)>

Implementors§