//! Events emitted by a [`struct@super::Password`].
//!
//! Implement [`PasswordEvents`] on a window (or other parent) to react when the
//! user confirms or cancels the field.
use crate::;
use Password;
/// Events from a [`struct@super::Password`].
///
/// Implement this on a window to react when the user confirms or cancels the field.
/// Default methods return [`EventProcessStatus::Ignored`].
pub