Function binn_ir::encode_text

source ·
pub fn encode_text<W, T>(stream: &mut W, s: T) -> IoResult<Size>where
    W: Write,
    T: Into<String>,
Expand description

Encodes a Text

Result: total bytes that have been written.