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

Trait providing implementations for Search Images Options struct.

Required Methods§

Implementors§