[][src]Trait lib::ThreadSafeErr

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

A ThreadSafeError has a static lifetime and is safe to be shared across threads.

Implementors

impl<E: Error + Sync + Send + 'static> ThreadSafeErr for E[src]

Loading content...