linera_views::store

Trait 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§