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

Encodes a DecimalStr

Result: total bytes that have been written.