pub trait BindBuffer<const TARGET: u32> {
// Required method
fn bind_buffer(&mut self, handle: &WebGlBuffer, bind_mode: Bind);
}pub trait BindBuffer<const TARGET: u32> {
// Required method
fn bind_buffer(&mut self, handle: &WebGlBuffer, bind_mode: Bind);
}