pub type EventsState = Events;Expand description
The parsing state for Events in DecodeBeatmap.
Aliased Type§
pub struct EventsState {
pub background_file: String,
pub breaks: Vec<BreakPeriod>,
}Fields§
§background_file: String§breaks: Vec<BreakPeriod>