Trait oxygengine_core::fetch::FetchEngine[][src]

pub trait FetchEngine: Send + Sync {
    fn fetch(&mut self, path: &str) -> Result<Box<FetchProcess>, FetchStatus>;

    fn cancel(&mut self, reader: FetchProcess) { ... }
}

Required methods

fn fetch(&mut self, path: &str) -> Result<Box<FetchProcess>, FetchStatus>[src]

Loading content...

Provided methods

fn cancel(&mut self, reader: FetchProcess)[src]

Loading content...

Implementors

Loading content...