Skip to main content

OnDisconnect

Type Alias OnDisconnect 

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

Callback invoked when disconnected from the server

Aliased Typeยง

pub struct OnDisconnect { /* private fields */ }