Constant rquickjs_sys::SIZE_T_ERROR
source · pub const SIZE_T_ERROR: &str = "c type 'size_t' didnt fit into rust type 'usize'";Expand description
Common error message for converting between c ‘size_t’ and rust ‘usize’;
pub const SIZE_T_ERROR: &str = "c type 'size_t' didnt fit into rust type 'usize'";Common error message for converting between c ‘size_t’ and rust ‘usize’;