[][src]Trait rustils::parse::short::ToI16RM

pub trait ToI16RM {
    fn to_i16_rm_res(self, rm: RoundingMode) -> ParseResultI16;
fn to_i16_rm(self, rm: RoundingMode) -> i16; }

Required methods

Loading content...

Implementations on Foreign Types

impl ToI16RM for f32[src]

impl ToI16RM for f64[src]

Loading content...

Implementors

Loading content...