ReadExt

Trait ReadExt 

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

Provided Methods§

Source

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

Implementors§

Source§

impl<R: Read> ReadExt for R