Trait sourceview5::prelude::ThreadedSocketServiceExt

source ·
pub trait ThreadedSocketServiceExt: IsA<ThreadedSocketService> + Sealed + 'static {
    // Provided methods
    fn max_threads(&self) -> i32 { ... }
    fn connect_run<F>(&self, f: F) -> SignalHandlerId
       where F: Fn(&Self, &SocketConnection, Option<&Object>) -> bool + 'static { ... }
}

Provided Methods§

source

fn max_threads(&self) -> i32

source

fn connect_run<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self, &SocketConnection, Option<&Object>) -> bool + 'static,

Object Safety§

This trait is not object safe.

Implementors§