Skip to main content

Error

Trait Error 

Source
pub trait Error:
    Error
    + Clone
    + PartialEq
    + Eq
    + Serialize
    + DeserializeOwned
    + Send
    + Sync { }
Expand description

General trait

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<T> Error for T