Function binn_ir::encode_u8

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

Encodes a U8

Result: total bytes that have been written.