pub trait HasFramebuffer<C, const N: usize, const W: usize, const H: usize>where
C: RgbColor,{
// Required method
fn current_mut(&mut self) -> &mut Framebuffer<C, N, W, H>;
}pub trait HasFramebuffer<C, const N: usize, const W: usize, const H: usize>where
C: RgbColor,{
// Required method
fn current_mut(&mut self) -> &mut Framebuffer<C, N, W, H>;
}