Skip to main content

Error

Trait Error 

Source
pub trait Error:
    Error
    + Clone
    + PartialEq
    + Eq
    + Serialize
    + DeserializeOwned
    + SchemaReadOwned
    + SchemaWrite
    + 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§