Struct notify_rust::error::Error [−][src]
pub struct Error { /* fields omitted */ }The Error type.
Trait Implementations
impl From<ParseIntError> for Error[src]
impl From<ParseIntError> for Error[src]fn from(e: ParseIntError) -> Error[src]
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error
impl !UnwindSafe for Error