pub type Result<T> = Result<T, ClientError>;Expand description
Result type returned by the client.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ClientError),
}pub type Result<T> = Result<T, ClientError>;Result type returned by the client.
pub enum Result<T> {
Ok(T),
Err(ClientError),
}