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