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