Type Alias makepad_platform::video::VideoInputFn
source · pub type VideoInputFn = Box<dyn FnMut(VideoBufferRef<'_>) + Send + 'static>;Aliased Type§
struct VideoInputFn(/* private fields */);pub type VideoInputFn = Box<dyn FnMut(VideoBufferRef<'_>) + Send + 'static>;struct VideoInputFn(/* private fields */);