pub type CleanupFn = Box<dyn FnOnce() + Send + Sync + 'static>;Expand description
A callback function called when the associated client is dropped. See
NetworkCallbacks::login for more information.
Aliased Typeยง
pub struct CleanupFn(/* private fields */);