[][src]Trait rustils::parse::ushort::ToU16RM

pub trait ToU16RM {
    fn to_u16_rm_res(self, rm: RoundingMode) -> ParseResultU16;
fn to_u16_rm(self, rm: RoundingMode) -> u16; }

Required methods

Loading content...

Implementations on Foreign Types

impl ToU16RM for f32[src]

impl ToU16RM for f64[src]

Loading content...

Implementors

Loading content...