Function binn_ir::encode

source ·
pub fn encode<W, T>(stream: &mut W, value: T) -> IoResult<Size>where
    W: Write,
    T: Into<Value>,
Expand description

Encodes a value

Result: total bytes that have been written.