Struct log::ShutdownLoggerError [] [src]

pub struct ShutdownLoggerError(_);

The type returned by shutdown_logger_raw if shutdown_logger_raw has already been called or if set_logger_raw has not been called yet.

Trait Implementations

impl Display for ShutdownLoggerError

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

impl Error for ShutdownLoggerError

fn description(&self) -> &str

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

Derived Implementations

impl Debug for ShutdownLoggerError

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