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§
fn is_graceful_disconnect(&self) -> bool
fn set_graceful_disconnect(&self, graceful_disconnect: bool)
fn connect_graceful_disconnect_notify<F>(&self, f: F) -> SignalHandlerId
Object Safety§
This trait is not object safe.