Skip to main content

ToI16RM

Trait ToI16RM 

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

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 ToI16RM for f32

Source§

impl ToI16RM for f64

Implementors§