[][src]Trait mech_core::ToQuantity

pub trait ToQuantity {
    fn to_quantity(&self) -> u64;
}

Required methods

fn to_quantity(&self) -> u64

Loading content...

Implementations on Foreign Types

impl ToQuantity for u32[src]

impl ToQuantity for i32[src]

impl ToQuantity for u64[src]

impl ToQuantity for i64[src]

impl ToQuantity for f64[src]

Loading content...

Implementors

Loading content...