Skip to main content

LogNativeExpand

Trait LogNativeExpand 

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

Source§

impl LogNativeExpand for Complex<f64>

Source§

impl LogNativeExpand for bf16

Source§

impl LogNativeExpand for f16

Source§

impl LogNativeExpand for f32

Source§

impl LogNativeExpand for f64

Implementors§