pub trait TopQueryParams<K, V>where
    K: AsRef<str>,
    V: AsRef<str>,
{ fn into_array(self) -> Result<ArrayVec<[(K, V); 1]>, Error>; }
Expand description

Top Query Params

Trait providing implementations for Top Options.

Required Methods§

Implementors§