Trait sourceview5::prelude::TcpConnectionExt

source ·
pub trait TcpConnectionExt: IsA<TcpConnection> + Sealed + 'static {
    // Provided methods
    fn is_graceful_disconnect(&self) -> bool { ... }
    fn set_graceful_disconnect(&self, graceful_disconnect: bool) { ... }
    fn connect_graceful_disconnect_notify<F>(&self, f: F) -> SignalHandlerId
       where F: Fn(&Self) + 'static { ... }
}

Provided Methods§

source

fn is_graceful_disconnect(&self) -> bool

source

fn set_graceful_disconnect(&self, graceful_disconnect: bool)

source

fn connect_graceful_disconnect_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static,

Object Safety§

This trait is not object safe.

Implementors§