Type Alias re_video::decode::OutputCallback

source ·
pub type OutputCallback = dyn Fn(Result<Frame>) + Send + Sync;