pub trait IntoPrice { // Required method fn into_price(self) -> f64; }
Trait converting points into price.