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

Trait providing implementations for Create Image Options

Required Methods§

Implementors§