pub trait VideoFrameRenderer: Send + 'static { // Required method fn render(&mut self, frame: VideoFrame); }