checked_to_usize

Function checked_to_usize 

Source
pub fn checked_to_usize(
    value: u32,
    field: &'static str,
) -> Result<usize, BinaryLayoutError>
Expand description

Converts a 32-bit offset/count value to usize with overflow checking.