Trait IntoPrice

Source
pub trait IntoPrice {
    // Required method
    fn into_price(self) -> f64;
}
Expand description

Trait converting points into price.

Required Methods§

Source

fn into_price(self) -> f64

Implementations on Foreign Types§

Source§

impl IntoPrice for f32

Source§

impl IntoPrice for f64

Source§

impl IntoPrice for u64

Implementors§