Trait eszip::ModuleLoader[][src]

pub trait ModuleLoader: Unpin {
    fn load(&self, url: Url) -> Pin<Box<ModuleLoadFuture>>;
}

Required methods

fn load(&self, url: Url) -> Pin<Box<ModuleLoadFuture>>[src]

Loading content...

Implementors

Loading content...