1 2 3 4 5 6 7
use crate::event::Event; /// Start event. #[derive(Debug, Clone, Copy)] pub struct Start; impl Event for Start {}