Skip to main content

Error

Trait Error 

Source
pub trait Error:
    Error
    + Send
    + Sync
    + 'static { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: Error + Send + Sync + 'static> Error for T