Trait rosu_pp::AttributeProvider[][src]

pub trait AttributeProvider {
    fn attributes(self) -> DifficultyAttributes;
}
Expand description

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

Required methods

Provide the actual difficulty attributes.

Implementors