pub type StorageAdminGetStatusResult = Result<StorageStatus, StatusError>;

Aliased Type§

enum StorageAdminGetStatusResult {
    Ok(StorageStatus),
    Err(StatusError),
}

Variants§

§1.0.0

Ok(StorageStatus)

Contains the success value

§1.0.0

Err(StatusError)

Contains the error value