use std::marker::PhantomData; pub struct Binder { layout: wgpu::BindGroupLayout, _marker: PhantomData } // pub trait Uniform