Type Alias async_rusqlite::BoxedError
source · pub type BoxedError = Box<dyn Error + Send + Sync + 'static>;
Aliased Type§
struct BoxedError(/* private fields */);
pub type BoxedError = Box<dyn Error + Send + Sync + 'static>;
struct BoxedError(/* private fields */);