Trait linera_views::store::WithError
source · pub trait WithError {
type Error: KeyValueStoreError;
}
Expand description
Define an associated KeyValueStoreError
.
Required Associated Types§
sourcetype Error: KeyValueStoreError
type Error: KeyValueStoreError
The error type.