Type Alias StorageError

Source
pub type StorageError = ICError<StorageErrorKind>;

Aliased Type§

pub struct StorageError {
    pub kind: StorageErrorKind,
    pub context: SpanTrace,
}

Fields§

§kind: StorageErrorKind§context: SpanTrace

Trait Implementations§

Source§

impl<E> From<E> for StorageError

Source§

fn from(value: E) -> Self

Converts to this type from the input type.