[][src]Trait read_restrict::ReadExt

pub trait ReadExt {
    fn restrict(self, restriction: u64) -> Restrict<Self>
    where
        Self: Sized + Read
, { ... } }

Provided methods

fn restrict(self, restriction: u64) -> Restrict<Self> where
    Self: Sized + Read

Loading content...

Implementors

impl<R: Read> ReadExt for R[src]

Loading content...