Struct multihash::WriteHasher [−][src]
pub struct WriteHasher<H: Hasher>(_);
New type wrapper for a hasher that implements the std::io::Write
trait.
Trait Implementations
impl<H: StatefulHasher> Write for WriteHasher<H>
[src]
impl<H: StatefulHasher> Write for WriteHasher<H>
[src]fn write(&mut self, buf: &[u8]) -> Result<usize>
[src]
fn flush(&mut self) -> Result<()>
[src]
pub fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>
1.36.0[src]
pub fn is_write_vectored(&self) -> bool
[src]
pub fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
1.0.0[src]
pub fn write_all_vectored(
&mut self,
bufs: &mut [IoSlice<'_>]
) -> Result<(), Error>
[src]
&mut self,
bufs: &mut [IoSlice<'_>]
) -> Result<(), Error>
pub fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
1.0.0[src]
pub fn by_ref(&mut self) -> &mut Self
1.0.0[src]
Auto Trait Implementations
impl<H> RefUnwindSafe for WriteHasher<H> where
H: RefUnwindSafe,
H: RefUnwindSafe,
impl<H> Send for WriteHasher<H>
impl<H> Sync for WriteHasher<H>
impl<H> Unpin for WriteHasher<H> where
H: Unpin,
H: Unpin,
impl<H> UnwindSafe for WriteHasher<H> where
H: UnwindSafe,
H: UnwindSafe,