Enum osu_format::BeatmapModeError [] [src]

pub enum BeatmapModeError {
    Parse(ParseIntError),
    Unknown,
}

Variants

Trait Implementations

impl Debug for BeatmapModeError
[src]

Formats the value using the given formatter.

impl From<ParseIntError> for BeatmapModeError
[src]

Performs the conversion.