pub trait DatabaseError: Debug + Send + Sync + 'static { }

Implementations on Foreign Types§

source§

impl DatabaseError for Error

Implementors§