Trait libosu::OszParser[][src]

pub trait OszParser {
    type Output;
    fn parse(input: &str) -> Result<Self::Output, Error>;
}

Associated Types

Required Methods

Implementors