[][src]Trait rustils::parse::ubyte::ToU8RM

pub trait ToU8RM {
    fn to_u8_rm_res(self, rm: RoundingMode) -> ParseResultU8;
fn to_u8_rm(self, rm: RoundingMode) -> u8; }

Required methods

Loading content...

Implementations on Foreign Types

impl ToU8RM for f32[src]

impl ToU8RM for f64[src]

Loading content...

Implementors

Loading content...