pub trait Compositor<P>where P: Platform + ?Sized,{ // Required method fn buffer(&self) -> P::CommandBuffer; }