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

Trait providing implementations for Remove Container Options.

Required Methods§

Implementors§