pub trait LogWebSocketReturn: Debug {
// Required method
fn should_log_error(&self) -> bool;
}Available on crate feature
ws only.Required Methods§
fn should_log_error(&self) -> bool
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".