Skip to main content

Option

Type Alias Option 

Source
pub type Option = Box<dyn FnOnce(&mut Model)>;
Expand description

Option is used to set options in new.

Aliased Typeยง

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