Trait authzen_core::StorageError
source · pub trait StorageError {
// Required method
fn not_found() -> Self;
}Required Methods§
Implementations on Foreign Types§
source§impl StorageError for Error
Available on crate feature diesel-storage-backend only.
impl StorageError for Error
Available on crate feature
diesel-storage-backend only.source§impl<E> StorageError for DbEntityError<E>
Available on crate feature diesel-storage-backend only.
impl<E> StorageError for DbEntityError<E>
Available on crate feature
diesel-storage-backend only.