//! Events emitted by a [`struct@super::HyperLink`].
//!
//! Implement [`HyperLinkEvents`] on a window (or other parent) to react when the
//! user activates the link.
use HyperLink;
use crate::;
/// Events from a [`struct@super::HyperLink`].
///
/// Implement this on a window to react when the user activates the link.
/// The default method returns [`EventProcessStatus::Ignored`].
pub ;