Skip to main content

BitOrNativeExpand

Trait BitOrNativeExpand 

Source
pub trait BitOrNativeExpand {
    // Required method
    fn __expand_native_bitor(
        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 BitOrNativeExpand for bool

Source§

impl BitOrNativeExpand for i8

Source§

impl BitOrNativeExpand for i16

Source§

impl BitOrNativeExpand for i32

Source§

impl BitOrNativeExpand for i64

Source§

impl BitOrNativeExpand for isize

Source§

impl BitOrNativeExpand for u8

Source§

impl BitOrNativeExpand for u16

Source§

impl BitOrNativeExpand for u32

Source§

impl BitOrNativeExpand for u64

Source§

impl BitOrNativeExpand for usize

Implementors§

Source§

impl<Marker: 'static> BitOrNativeExpand for DynamicScalar<Marker>