Trait CubeIndexMutExpand

Source
pub trait CubeIndexMutExpand {
    type Output;

    // Required method
    fn expand_index_mut(
        self,
        scope: &mut Scope,
        index: ExpandElementTyped<u32>,
        value: Self::Output,
    );
}

Required Associated Types§

Required Methods§

Source

fn expand_index_mut( self, scope: &mut Scope, index: ExpandElementTyped<u32>, value: Self::Output, )

Implementors§