[][src]Trait blockade::Stringify

pub trait Stringify {
    fn to_str(&self) -> &str;
fn from_str(val: &str) -> Self; }

Required methods

fn to_str(&self) -> &str

fn from_str(val: &str) -> Self

Loading content...

Implementors

impl Stringify for BlockadeCommand[src]

impl Stringify for BlockadeContainerStatus[src]

impl Stringify for BlockadeNetStatus[src]

Loading content...