[][src]Trait rustils::parse::byte::ToI8RM

pub trait ToI8RM {
    fn to_i8_rm_res(self, rm: RoundingMode) -> ParseResultI8;
fn to_i8_rm(self, rm: RoundingMode) -> i8; }

Required methods

Loading content...

Implementations on Foreign Types

impl ToI8RM for f32[src]

impl ToI8RM for f64[src]

Loading content...

Implementors

Loading content...