Function httparse::iter::slice_from_ptr_range
source · unsafe fn slice_from_ptr_range<'a>(start: *const u8, end: *const u8) -> &'a [u8] ⓘ
Expand description
§Safety
Must ensure start and end point to the same memory object to uphold memory safety.