Function binn_ir::encode_null

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

Encodes a Null

Result: total bytes that have been written.