[][src]Trait oxygengine_core::fetch::FetchProcessReader

pub trait FetchProcessReader: Send + Sync {
    fn status(&self) -> FetchStatus;
fn read(&self) -> Option<Vec<u8>>;
fn box_clone(&self) -> Box<dyn FetchProcessReader>; }

Required methods

fn status(&self) -> FetchStatus

fn read(&self) -> Option<Vec<u8>>

fn box_clone(&self) -> Box<dyn FetchProcessReader>

Loading content...

Implementors

impl FetchProcessReader for FetchProcess[src]

Loading content...