gio::prelude

Trait TcpWrapperConnectionExt

Source
pub trait TcpWrapperConnectionExt:
    IsA<TcpWrapperConnection>
    + Sealed
    + 'static {
    // Provided method
    fn base_io_stream(&self) -> IOStream { ... }
}
Expand description

Trait containing all TcpWrapperConnection methods.

§Implementors

TcpWrapperConnection

Provided Methods§

Source

fn base_io_stream(&self) -> IOStream

Gets @self’s base #GIOStream

§Returns

@self’s base #GIOStream

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.

Implementors§