Trait bonsaidb::core::AnyError

pub trait AnyError: Error + Send + Sync + 'static { }
Expand description

A type that implements Error and is threadsafe.

Implementors§

§

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