Constant rquickjs_sys::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;