Skip to main content

AddNativeExpand

Trait AddNativeExpand 

Source
pub trait AddNativeExpand {
    // Required method
    fn __expand_native_add(
        scope: &Scope,
        this: 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 AddNativeExpand for bf16

Source§

impl AddNativeExpand for f16

Source§

impl AddNativeExpand for f32

Source§

impl AddNativeExpand for f64

Source§

impl AddNativeExpand for i8

Source§

impl AddNativeExpand for i16

Source§

impl AddNativeExpand for i32

Source§

impl AddNativeExpand for i64

Source§

impl AddNativeExpand for isize

Source§

impl AddNativeExpand for u8

Source§

impl AddNativeExpand for u16

Source§

impl AddNativeExpand for u32

Source§

impl AddNativeExpand for u64

Source§

impl AddNativeExpand for usize

Implementors§