[][src]Trait rustils::parse::int::ToI32RM

pub trait ToI32RM {
    fn to_i32_rm_res(self, rm: RoundingMode) -> ParseResultI32;
fn to_i32_rm(self, rm: RoundingMode) -> i32; }

Required methods

Loading content...

Implementations on Foreign Types

impl ToI32RM for f32[src]

impl ToI32RM for f64[src]

Loading content...

Implementors

Loading content...