Skip to main content

NoticeHandler

Type Alias NoticeHandler 

Source
pub type NoticeHandler = Box<dyn Fn(&Notice) + Send + Sync>;
Expand description

A callback that is invoked whenever the server sends a Notice.

Aliased Typeยง

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