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