Enum storage_service_client::Error [−][src]
pub enum Error {
RpcError(RpcError),
StorageServiceError(StorageServiceError),
}Variants
RpcError(RpcError)Tuple Fields of RpcError
0: RpcErrorStorageServiceError(StorageServiceError)Tuple Fields of StorageServiceError
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self