[][src]Trait hash40::WriteHash40

pub trait WriteHash40: WriteBytesExt {
    fn write_hash40<T: ByteOrder>(&mut self, hash: Hash40) -> Result<(), Error>;
fn write_hash40_with_meta<T: ByteOrder>(
        &mut self,
        hash: Hash40,
        meta: u32
    ) -> Result<(), Error>; }

Required methods

fn write_hash40<T: ByteOrder>(&mut self, hash: Hash40) -> Result<(), Error>

fn write_hash40_with_meta<T: ByteOrder>(
    &mut self,
    hash: Hash40,
    meta: u32
) -> Result<(), Error>

Loading content...

Implementors

impl<W: Write> WriteHash40 for W[src]

Loading content...