pub trait ListMutExpand<T: CubeType> {
// Required method
fn __expand_write_method(
self,
scope: &mut Scope,
index: ExpandElementTyped<u32>,
value: T::ExpandType,
);
}
Expand description
Expand version of [CubeWrite].