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