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

Trait providing implementations for List Images Options.

Required Methods§

Implementors§