Skip to main content

CpuRound

Trait CpuRound 

Source
pub(crate) trait CpuRound {
    // Required method
    fn cpu_round(self) -> Self;
}

Required Methods§

Source

fn cpu_round(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl CpuRound for f32

Source§

fn cpu_round(self) -> Self

Source§

impl CpuRound for f64

Source§

fn cpu_round(self) -> Self

Implementors§