//! Events emitted by an [`struct@super::Accordion`].
//!
//! Implement [`AccordionEvents`] on a window (or other parent) to react when the
//! expanded panel changes.
use crate::;
use Accordion;
/// Events from an [`struct@super::Accordion`].
///
/// Implement this on a window to react when the expanded panel changes.
/// The default method returns [`EventProcessStatus::Ignored`].
pub