[][src]Trait rustils::parse::ulong::ToU64RM

pub trait ToU64RM {
    fn to_u64_rm_res(self, rm: RoundingMode) -> ParseResultU64;
fn to_u64_rm(self, rm: RoundingMode) -> u64; }

Required methods

Loading content...

Implementations on Foreign Types

impl ToU64RM for f32[src]

impl ToU64RM for f64[src]

Loading content...

Implementors

Loading content...