Trait idocker::Formattable[][src]

pub trait Formattable {
    fn format(&self) -> String;
}

Required methods

fn format(&self) -> String[src]

Loading content...

Implementations on Foreign Types

impl Formattable for ContainerRep[src]

impl Formattable for ImageRep[src]

impl Formattable for NetworkDetails[src]

impl Formattable for VolumeRep[src]

Loading content...

Implementors

Loading content...