Enum lib::Bare [] [src]

pub enum Bare {
    One,
    Two,
}

Variants

One

First item

Two

Second item

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