Enum sc_tracing::logging::Error [−][src]
#[non_exhaustive]
pub enum Error {
IoError(Error),
SetGlobalDefaultError(SetGlobalDefaultError),
DirectiveParseError(ParseError),
SetLoggerError(SetLoggerError),
}Logging errors.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
IoError(Error)SetGlobalDefaultError(SetGlobalDefaultError)DirectiveParseError(ParseError)SetLoggerError(SetLoggerError)Trait Implementations
impl From<ParseError> for Error[src]
impl From<ParseError> for Error[src]fn from(source: ParseError) -> Self[src]
impl From<SetGlobalDefaultError> for Error[src]
impl From<SetGlobalDefaultError> for Error[src]fn from(source: SetGlobalDefaultError) -> Self[src]
impl From<SetLoggerError> for Error[src]
impl From<SetLoggerError> for Error[src]fn from(source: SetLoggerError) -> Self[src]
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]