pub trait JigPlaySessionModuleGetPointsEarned {
// Required method
fn get_points_earned(&self) -> PointsEarned;
}
Expand description
get points earned trait
Required Methods§
Sourcefn get_points_earned(&self) -> PointsEarned
fn get_points_earned(&self) -> PointsEarned
get points earned method