read_metric_pair

Function read_metric_pair 

Source
pub fn read_metric_pair<'a>(
    buf: &mut &'a [u8],
) -> Result<(&'a str, f64), DecodeError>