Crate seed_datepicker[][src]

Modules

config

Structs

Model

Model describes the current datepicker state.

Enums

DialogViewType

Types of views for the datepicker.

Msg

Msg describes the different events you can modify state with.

Functions

init

init describes what should happen when your app started.

update

update describes how to handle each Msg.

view

view describes what to display.