Function binn_ir::encode_bool

source ·
pub fn encode_bool<W>(stream: &mut W, b: bool) -> IoResult<Size>where
    W: Write,
Expand description

Encodes a bool via True or False

Result: total bytes that have been written.