pub type ClientResult<T> = Result<T, ClientFailed>;Expand description
Result type used in the Client module
Aliased Type§
pub enum ClientResult<T> {
Ok(T),
Err(ClientFailed),
}pub type ClientResult<T> = Result<T, ClientFailed>;Result type used in the Client module
pub enum ClientResult<T> {
Ok(T),
Err(ClientFailed),
}