pub type ClientResult<T> = Result<T, ClientError>;Expand description
Standard result type used by service-bus client operations.
Aliased Type§
pub enum ClientResult<T> {
Ok(T),
Err(ClientError),
}pub type ClientResult<T> = Result<T, ClientError>;Standard result type used by service-bus client operations.
pub enum ClientResult<T> {
Ok(T),
Err(ClientError),
}