Trait linera_views::store::WithError

source ·
pub trait WithError {
    type Error: KeyValueStoreError;
}
Expand description

Define an associated KeyValueStoreError.

Required Associated Types§

source

type Error: KeyValueStoreError

The error type.

Implementors§