Trait plugkit::file::Importer [] [src]

pub trait Importer {
    fn is_supported(_ctx: &mut Context, _path: &Path) -> bool { ... }
fn start(
        _ctx: &mut Context,
        _path: &Path,
        _dst: &mut [RawFrame],
        _cb: &Fn(&mut Context, usize, f64)
    ) -> Result<()> { ... } }

An importer trait.

Provided Methods

Implementors