Skip to main content

ExpNativeExpand

Trait ExpNativeExpand 

Source
pub trait ExpNativeExpand {
    // Required method
    fn __expand_native_exp(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 ExpNativeExpand for Complex<f32>

Source§

impl ExpNativeExpand for Complex<f64>

Source§

impl ExpNativeExpand for bf16

Source§

impl ExpNativeExpand for f16

Source§

impl ExpNativeExpand for f32

Source§

impl ExpNativeExpand for f64

Implementors§