mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix compile error
This commit is contained in:
@@ -34,7 +34,7 @@ impl Capturer {
|
||||
}
|
||||
}
|
||||
|
||||
impl TraitCapturer for Capturer {
|
||||
impl crate::TraitCapturer for Capturer {
|
||||
fn set_use_yuv(&mut self, _use_yuv: bool) {}
|
||||
|
||||
fn frame<'a>(&'a mut self, _timeout: Duration) -> io::Result<Frame<'a>> {
|
||||
|
||||
Reference in New Issue
Block a user