Skip to main content

StrictWarningHandler

Type Alias StrictWarningHandler 

Source
pub type StrictWarningHandler = Rc<dyn Fn(&str)>;
Expand description

A callback invoked when strict mode produces a warning.

Aliased Typeยง

pub struct StrictWarningHandler { /* private fields */ }