Function seed_datepicker::init[][src]

pub fn init<Ms: 'static>(
    _: Url,
    _: &mut impl Orders<Ms>,
    config: PickerConfig,
    _to_msg: impl FnOnce(Msg) -> Ms + Clone + 'static
) -> Model

init describes what should happen when your app started.