Crate seed_datepicker

Source

Modules§

Structs§

  • Model describes the current datepicker state.

Enums§

  • Msg describes the different events you can modify state with.

Functions§

  • init describes what should happen when your app started.
  • update describes how to handle each Msg.
  • view describes what to display.