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