Trait zinc64_loader::Loader[][src]

pub trait Loader {
    fn autostart(&self, path: &Path) -> Result<AutostartMethod, Error>;
fn load(&self, path: &Path) -> Result<Box<Image>, Error>; }

Required Methods

Implementors