Skip to main content

Source

Trait Source 

Source
pub trait Source:
    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> Source for T
where T: Error + Send + Sync + 'static,