pub type ConnectionResult<T> = Result<T, ConnectionError>;Expand description
Result type alias for this library for ConnectionError.
Aliased Type§
pub enum ConnectionResult<T> {
Ok(T),
Err(ConnectionError),
}pub type ConnectionResult<T> = Result<T, ConnectionError>;Result type alias for this library for ConnectionError.
pub enum ConnectionResult<T> {
Ok(T),
Err(ConnectionError),
}