Trait relay_utils::MaybeConnectionError
source · pub trait MaybeConnectionError {
// Required method
fn is_connection_error(&self) -> bool;
}
Expand description
Error type that can signal connection errors.
Required Methods§
sourcefn is_connection_error(&self) -> bool
fn is_connection_error(&self) -> bool
Returns true if error (maybe) represents connection error.