Trait IntoPoints

Source
pub trait IntoPoints {
    // Required method
    fn into_points(self) -> u64;
}
Expand description

Trait converting price into points.

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoPoints for f32

Source§

impl IntoPoints for f64

Source§

impl IntoPoints for u64

Implementors§