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

Trait providing implementations for Restart Container Options.

Required Methods§

Implementors§