RawVideoOutput

Trait RawVideoOutput 

Source
pub trait RawVideoOutput: Sized {
    // Required method
    fn raw_video(&mut self, frame: &mut video_data);
}

Required Methods§

Source

fn raw_video(&mut self, frame: &mut video_data)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§