Function cdrs::types::try_f64_from_bytes[][src]

pub fn try_f64_from_bytes(bytes: &[u8]) -> Result<f64, Error>

Tries to decode bytes array into f64.