Skip to main content

SliceMutOperatorExpand

Trait SliceMutOperatorExpand 

Source
pub trait SliceMutOperatorExpand<E: RudaPrimitive> {
    // Required methods
    fn __expand_slice_mut_method(
        &self,
        scope: &mut Scope,
        start: <usize as RudaType>::ExpandType,
        end: <usize as RudaType>::ExpandType,
    ) -> <Slice<E, ReadWrite> as RudaType>::ExpandType ⓘ;
    fn __expand_to_slice_mut_method(
        &self,
        scope: &mut Scope,
    ) -> <Slice<E, ReadWrite> as RudaType>::ExpandType ⓘ;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§