Trait linera_views::store::KeyValueStoreError
source · pub trait KeyValueStoreError: Error + Debug + From<Error> {
const BACKEND: &'static str;
}
Expand description
The error type for the key-value stores.
Required Associated Constants§
Object Safety§
This trait is not object safe.