Function marker_to_len

Source
pub fn marker_to_len<R: Read>(
    rd: &mut R,
    marker: Marker,
) -> Result<u32, ValueReadError>