Enum lib::Bare [] [src]

pub enum Bare {
    One(String),
    Two,
}

Hello

Variants

One

Hello world

Two

world

Trait Implementations

impl Display for Bare

fn fmt(&self, fmt: &mut Formatter) -> Result

impl Error for Bare

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for Bare

fn fmt(&self, __arg_0: &mut Formatter) -> Result