Trait libhelium::subclass::prelude::MediaFileImpl
pub trait MediaFileImpl: MediaFileImplExt + MediaStreamImpl {
// Provided methods
fn close(&self) { ... }
fn open(&self) { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.