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