pub type NetDiskResult<T> = Result<T, NetDiskError>;Expand description
SDK result type
Aliased Type§
pub enum NetDiskResult<T> {
Ok(T),
Err(NetDiskError),
}pub type NetDiskResult<T> = Result<T, NetDiskError>;SDK result type
pub enum NetDiskResult<T> {
Ok(T),
Err(NetDiskError),
}