example_database_ref

Trait DatabaseRefDebugError

Source
pub(crate) trait DatabaseRefDebugError: DatabaseRef<Error = Self::DBError> {
    type DBError: Debug + Error + Send + Sync + 'static;
}

Required Associated Types§

Source

type DBError: Debug + Error + Send + Sync + 'static

Implementors§

Source§

impl<DBError, DB> DatabaseRefDebugError for DB
where DB: DatabaseRef<Error = DBError>, DBError: Debug + Error + Send + Sync + 'static,

Source§

type DBError = DBError