Skip to main content

RoundNativeExpand

Trait RoundNativeExpand 

Source
pub trait RoundNativeExpand {
    // Required method
    fn __expand_native_round(scope: &Scope, input: ExpandValue) -> ExpandValue;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl RoundNativeExpand for bf16

Source§

impl RoundNativeExpand for f16

Source§

impl RoundNativeExpand for f32

Source§

impl RoundNativeExpand for f64

Implementors§