[][src]Trait bollard::image::PruneImagesQueryParams

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

Trait providing implementations for Prune Images Options.

Required methods

Loading content...

Implementors

impl<'a, T: AsRef<str> + Eq + Hash + Serialize> PruneImagesQueryParams<&'a str> for PruneImagesOptions<T>[src]

Loading content...