[−][src]Trait storage_proofs::hasher::Domain
Required methods
fn serialize(&self) -> Vec<u8>
fn into_bytes(&self) -> Vec<u8>
fn try_from_bytes(raw: &[u8]) -> Result<Self>
fn write_bytes(&self, _: &mut [u8]) -> Result<()>
Write itself into the given slice, LittleEndian bytes.