Skip to main content

zeus_fm/zeuslib/events/
loopaction.rs

1#[derive(PartialEq)]
2pub enum EventLoopAction {
3    ContinueLoop,
4    QuitLoop,
5}