Enum fxbox_thinkerbell::run::RunningError [] [src]

pub enum RunningError {
    AlreadyRunning,
    NotRunning,
}

Variants

AlreadyRunning
NotRunning

Trait Implementations

Derived Implementations

impl Debug for RunningError

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