pub trait LogWebSocketReturn: Debug {
    fn should_log_error(&self) -> bool;
}
Available on crate feature ws only.

Required Methods§

Implementations on Foreign Types§

Implementors§