pub trait AnyRenderCommand: Any + RenderCommand + Send + Sync { }
Type erased RenderCommand
RenderCommand