referrerpolicy=no-referrer-when-downgrade
relay_utils

Trait MaybeConnectionError

Source
pub trait MaybeConnectionError {
    // Required method
    fn is_connection_error(&self) -> bool;
}
Expand description

Error type that can signal connection errors.

Required Methods§

Source

fn is_connection_error(&self) -> bool

Returns true if error (maybe) represents connection error.

Implementors§