Skip to main content

CloseHook

Type Alias CloseHook 

Source
pub type CloseHook = Box<dyn FnMut(&CloseFrame) + Send>;
Expand description

Hook invoked with the close frame describing why the connection ended.

Aliased Typeยง

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