Skip to main content

SubNativeExpand

Trait SubNativeExpand 

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

Source§

impl SubNativeExpand for f16

Source§

impl SubNativeExpand for f32

Source§

impl SubNativeExpand for f64

Source§

impl SubNativeExpand for i8

Source§

impl SubNativeExpand for i16

Source§

impl SubNativeExpand for i32

Source§

impl SubNativeExpand for i64

Source§

impl SubNativeExpand for isize

Source§

impl SubNativeExpand for u8

Source§

impl SubNativeExpand for u16

Source§

impl SubNativeExpand for u32

Source§

impl SubNativeExpand for u64

Source§

impl SubNativeExpand for usize

Implementors§