Trait JigPlaySessionModuleGetPointsEarned

Source
pub trait JigPlaySessionModuleGetPointsEarned {
    // Required method
    fn get_points_earned(&self) -> PointsEarned;
}
Expand description

get points earned trait

Required Methods§

Source

fn get_points_earned(&self) -> PointsEarned

get points earned method

Implementors§