pub fn view<Ms: 'static, T: HasDateConstraints + Default + Clone>(
    model: &Model<T>,
    to_msg: impl FnOnce(Msg) -> Ms + Clone + 'static
) -> Node<Ms>
Expand description

view describes what to display.