Trait rosu_pp::taiko::TaikoAttributeProvider[][src]

pub trait TaikoAttributeProvider {
    fn attributes(self) -> Option<TaikoDifficultyAttributes>;
}
Expand description

Abstract type to provide flexibility when passing difficulty attributes to a performance calculation.

Required methods

Provide the actual difficulty attributes.

Implementors