pub trait IntoBindGroupLayoutEntryBuilderArray<const N: usize> {
// Required method
fn into_array(self) -> [BindGroupLayoutEntryBuilder; N];
}
pub trait IntoBindGroupLayoutEntryBuilderArray<const N: usize> {
// Required method
fn into_array(self) -> [BindGroupLayoutEntryBuilder; N];
}