pub fn decode_decimal_str<R>(source: &mut R) -> IoResult<Option<String>>where
    R: Read,
Expand description