pub type StorageError = ICError<StorageErrorKind>;Aliased Type§
pub struct StorageError {
pub kind: StorageErrorKind,
pub context: SpanTrace,
}Fields§
§kind: StorageErrorKind§context: SpanTracepub type StorageError = ICError<StorageErrorKind>;pub struct StorageError {
pub kind: StorageErrorKind,
pub context: SpanTrace,
}kind: StorageErrorKind§context: SpanTrace