CubeIndexMutExpand

Trait CubeIndexMutExpand 

Source
pub trait CubeIndexMutExpand: CubeIndexExpand {
    // Required method
    fn expand_index_mut(
        self,
        scope: &mut Scope,
        index: Self::Idx,
        value: Self::Output,
    );
}

Required Methods§

Source

fn expand_index_mut( self, scope: &mut Scope, index: Self::Idx, value: Self::Output, )

Implementations on Foreign Types§

Source§

impl<E, C> CubeIndexMutExpand for ViewExpand<E, C, ReadWrite>

Source§

fn expand_index_mut( self, scope: &mut Scope, index: <C as CubeType>::ExpandType, value: <ViewExpand<E, C, ReadWrite> as CubeIndexExpand>::Output, )

Implementors§