Trait oxygengine_core::fetch::FetchEngine [−][src]
Required methods
fn fetch(
&mut self,
path: &str
) -> Result<Box<dyn FetchProcessReader>, FetchStatus>
[src]
&mut self,
path: &str
) -> Result<Box<dyn FetchProcessReader>, FetchStatus>
Provided methods
fn cancel(&mut self, reader: Box<dyn FetchProcessReader>)
[src]
Implementors
impl FetchEngine for FsFetchEngine
[src]
fn fetch(
&mut self,
path: &str
) -> Result<Box<dyn FetchProcessReader>, FetchStatus>
[src]
&mut self,
path: &str
) -> Result<Box<dyn FetchProcessReader>, FetchStatus>
impl FetchEngine for MapFetchEngine
[src]
fn fetch(
&mut self,
path: &str
) -> Result<Box<dyn FetchProcessReader>, FetchStatus>
[src]
&mut self,
path: &str
) -> Result<Box<dyn FetchProcessReader>, FetchStatus>