pub type Option = Box<dyn FnOnce(&mut Model)>;
Option is used to set options in new.
new
pub struct Option(/* private fields */);