pub trait IntoPoints {
// Required method
fn into_points(self) -> u64;
}
Expand description
Trait converting price into points.
pub trait IntoPoints {
// Required method
fn into_points(self) -> u64;
}
Trait converting price into points.