use crate::event::Event; pub trait MouseEvent: Event { }