pub trait ListenerExt: Listener {
// Required method
fn accept<'a>(&'a self) -> Accept<'a, Self>
where Self: Sized;
}Available on crate feature
connection only.Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".