Skip to main content

CubeIndexMutExpand

Trait CubeIndexMutExpand 

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

Required Methods§

Source

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

Implementors§