Skip to main content

DegreesNativeExpand

Trait DegreesNativeExpand 

Source
pub trait DegreesNativeExpand {
    // Required method
    fn __expand_native_to_degrees(
        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 DegreesNativeExpand for bf16

Source§

impl DegreesNativeExpand for f16

Source§

impl DegreesNativeExpand for f32

Source§

impl DegreesNativeExpand for f64

Implementors§