Skip to main content

OnConnect

Type Alias OnConnect 

Source
pub type OnConnect = Arc<dyn Fn() + Send + Sync>;
Expand description

Callback invoked when connected to the server

Aliased Typeยง

pub struct OnConnect { /* private fields */ }