OnConnect

Type Alias OnConnect 

Source
pub type OnConnect = Box<dyn FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + Sync>;

Aliased Typeยง

pub struct OnConnect(/* private fields */);