pub trait TcpWrapperConnectionExt: IsA<TcpWrapperConnection> + 'static {
// Provided method
fn base_io_stream(&self) -> IOStream { ... }
}
Expand description
Provided Methods§
Sourcefn base_io_stream(&self) -> IOStream
fn base_io_stream(&self) -> IOStream
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.