Struct sha3::Sha3XofReader [−][src]
pub struct Sha3XofReader { /* fields omitted */ }Reader state for extracting extendable output.
Trait Implementations
impl Read for Sha3XofReader[src]
impl Read for Sha3XofReader[src]fn read(&mut self, buf: &mut [u8]) -> Result<usize>[src]
pub fn read_vectored(
    &mut self, 
    bufs: &mut [IoSliceMut<'_>]
) -> Result<usize, Error>1.36.0[src]
&mut self,
bufs: &mut [IoSliceMut<'_>]
) -> Result<usize, Error>
pub fn is_read_vectored(&self) -> bool[src]
pub unsafe fn initializer(&self) -> Initializer[src]
pub fn read_to_end(&mut self, buf: &mut Vec<u8, Global>) -> Result<usize, Error>1.0.0[src]
pub fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>1.0.0[src]
pub fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>1.6.0[src]
pub fn by_ref(&mut self) -> &mut Self1.0.0[src]
pub fn bytes(self) -> Bytes<Self>1.0.0[src]
pub fn chain<R>(self, next: R) -> Chain<Self, R> where
    R: Read, 1.0.0[src]
R: Read,