Skip to main content

RhypotNativeExpand

Trait RhypotNativeExpand 

Source
pub trait RhypotNativeExpand {
    // Required method
    fn __expand_native_rhypot(
        scope: &Scope,
        lhs: ExpandValue,
        rhs: 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 RhypotNativeExpand for bf16

Source§

impl RhypotNativeExpand for f16

Source§

impl RhypotNativeExpand for f32

Source§

impl RhypotNativeExpand for f64

Implementors§