Function rmp::decode::marker_to_len

source ·
pub fn marker_to_len<R: RmpRead>(
    rd: &mut R,
    marker: Marker
) -> Result<u32, ValueReadError<R::Error>>