Function binn_ir::decode_float

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