pub type Option = Box<dyn FnOnce(&mut Model)>;Expand description
Option is a configuration option in new. For example:
let timer = stopwatch::new(vec![stopwatch::with_interval(Duration::from_secs(5))]);Aliased Typeยง
pub struct Option(/* private fields */);