Function binn_ir::decode_text

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