use crate::event::Event; /// Start event. #[derive(Debug, Clone, Copy)] pub struct Start; impl Event for Start {}