[][src]Trait cxmr_balances::IntoPrice

pub trait IntoPrice {
    fn into_price(self) -> f64;
}

Trait converting points into price.

Required methods

fn into_price(self) -> f64

Loading content...

Implementations on Foreign Types

impl IntoPrice for u64[src]

impl IntoPrice for f64[src]

impl IntoPrice for f32[src]

Loading content...

Implementors

impl IntoPrice for ReverseRate[src]

Loading content...