We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771cb4e commit a8dc6fcCopy full SHA for a8dc6fc
libs/scrap/src/wayland/capturable.rs
@@ -24,7 +24,7 @@ impl<'a> PixelProvider<'a> {
24
}
25
26
pub trait Recorder {
27
- fn capture(&mut self, timeout_ms: u64) -> Result<PixelProvider, Box<dyn Error>>;
+ fn capture(&mut self, timeout_ms: u64) -> Result<PixelProvider<'_>, Box<dyn Error>>;
28
29
30
pub trait BoxCloneCapturable {
0 commit comments