Trait rosu_map::DecodeState
source · pub trait DecodeState: Sized {
// Required method
fn create(version: i32) -> Self;
}Expand description
Intermediate state while parsing via DecodeBeatmap.
Required Methods§
Object Safety§
This trait is not object safe.