referrerpolicy=no-referrer-when-downgrade

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§

source

fn is_connection_error(&self) -> bool

Returns true if error (maybe) represents connection error.

Implementors§