pub trait ScreencopyFrameDataExt {
// Required method
fn screencopy_frame_data(&self) -> &ScreencopyFrameData;
}Available on crate feature
wayland and Linux only.pub trait ScreencopyFrameDataExt {
// Required method
fn screencopy_frame_data(&self) -> &ScreencopyFrameData;
}wayland and Linux only.