SIZE_T_ERROR

Constant SIZE_T_ERROR 

Source
pub const SIZE_T_ERROR: &str = "conversion between C type 'size_t' and Rust type 'usize' overflowed.";
Expand description

Common error message for converting between C size_t and Rust usize;