[][src]Trait bollard::volume::PruneVolumesQueryParams

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

Trait providing implementations for Prune Volumes Options struct.

Required methods

Loading content...

Implementors

impl<'a> PruneVolumesQueryParams<&'a str, String> for PruneVolumesOptions<&'a str>[src]

Loading content...