pub enum DbError {
Unexpected(&'static str),
Io(Error),
Bincode(Error),
MutexPoisoned,
}
Variants§
Trait Implementations§
source§impl<G> From<PoisonError<G>> for DbError
impl<G> From<PoisonError<G>> for DbError
source§fn from(_: PoisonError<G>) -> Self
fn from(_: PoisonError<G>) -> Self
Converts to this type from the input type.