Function binn_ir::encode_i8

source ·
pub fn encode_i8<W>(stream: &mut W, i: i8) -> IoResult<Size>where
    W: Write,
Expand description

Encodes an I8

Result: total bytes that have been written.