pub trait WindowsCapturableContentFilterExt: Sized {
    // Required method
    fn with_exclude_window_handles(self, window_handles: &[HWND]) -> Self;
}
Expand description

Windows-specific extensions to capturable content filters

Required Methods§

source

fn with_exclude_window_handles(self, window_handles: &[HWND]) -> Self

Object Safety§

This trait is not object safe.

Implementors§