mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
fix: remove automatic impl of io::Stream
This commit is contained in:
@@ -8,8 +8,6 @@ pub trait Stream: Read + Write + Seek {
|
||||
}
|
||||
}
|
||||
|
||||
impl<T> Stream for T where T: Read + Write + Seek { }
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Io {
|
||||
ptr: *mut AVIOContext,
|
||||
|
||||
Reference in New Issue
Block a user