[][src]Trait rustils::parse::long::ToI64RM

pub trait ToI64RM {
    fn to_i64_rm_res(self, rm: RoundingMode) -> ParseResultI64;
fn to_i64_rm(self, rm: RoundingMode) -> i64; }

Required methods

Loading content...

Implementations on Foreign Types

impl ToI64RM for f32[src]

impl ToI64RM for f64[src]

Loading content...

Implementors

Loading content...