//! Events emitted by a [`struct@super::DatePicker`].
//!
//! Implement [`DatePickerEvents`] on a window (or other parent) to react when
//! the chosen date changes.
use crate::;
use DatePicker;
use NaiveDate;
/// Events from a [`struct@super::DatePicker`].
///
/// Implement this on a window to react when the chosen date changes.
/// The default method returns [`EventProcessStatus::Ignored`].
pub