[][src]Trait oxygengine::prelude::FetchEngine

pub trait FetchEngine: Send + Sync {
    fn fetch(
        &mut self,
        path: &str
    ) -> Result<Box<dyn FetchProcessReader + 'static>, FetchStatus>; fn cancel(&mut self, reader: Box<dyn FetchProcessReader + 'static>) { ... } }

Required methods

fn fetch(
    &mut self,
    path: &str
) -> Result<Box<dyn FetchProcessReader + 'static>, FetchStatus>

Loading content...

Provided methods

fn cancel(&mut self, reader: Box<dyn FetchProcessReader + 'static>)

Loading content...

Implementors

impl FetchEngine for FsFetchEngine[src]

impl FetchEngine for MapFetchEngine[src]

Loading content...