Function binn_ir::encode_u64

source ·
pub fn encode_u64<W>(stream: &mut W, u: u64) -> IoResult<Size>where
    W: Write,
Expand description

Encodes a U64

Result: total bytes that have been written.