Skip to main content

ToI8RM

Trait ToI8RM 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ToI8RM for f32

Source§

impl ToI8RM for f64

Implementors§