pub type ClientResult<T> = Result<T, ClientError>;Expand description
This is an alias for the result type returned by the Client.
Aliased Type§
pub enum ClientResult<T> {
Ok(T),
Err(ClientError),
}pub type ClientResult<T> = Result<T, ClientError>;This is an alias for the result type returned by the Client.
pub enum ClientResult<T> {
Ok(T),
Err(ClientError),
}