[][src]Trait read_restrict::ReadExt

pub trait ReadExt {
    pub fn restrict(self, restriction: u64) -> Restrict<Self>

Notable traits for Restrict<T>

impl<T: Read> Read for Restrict<T>

    where
        Self: Sized + Read
, { ... } }

Provided methods

pub fn restrict(self, restriction: u64) -> Restrict<Self>

Notable traits for Restrict<T>

impl<T: Read> Read for Restrict<T>
where
    Self: Sized + Read
[src]

Loading content...

Implementors

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

Loading content...