Trait oxygengine::prelude::FetchProcessReader[][src]

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

Required methods

pub fn status(&self) -> FetchStatus[src]

pub fn read(&self) -> Option<Vec<u8, Global>>[src]

pub fn byte_size(&self) -> Option<usize>[src]

pub fn box_clone(&self) -> Box<dyn FetchProcessReader + 'static, Global>[src]

Loading content...

Implementors

impl FetchProcessReader for FetchProcess[src]

Loading content...