pub trait WithError {
type Error: KeyValueStoreError;
}
Expand description
Define an associated KeyValueStoreError
.
Required Associated Types§
Sourcetype Error: KeyValueStoreError
type Error: KeyValueStoreError
The error type.
pub trait WithError {
type Error: KeyValueStoreError;
}
Define an associated KeyValueStoreError
.
The error type.