pub trait MediaFileImpl: MediaFileImplExt + MediaStreamImpl {
    fn close(&self) { ... }
    fn open(&self) { ... }
}

Provided Methods§

Implementors§