pub type UriTextRangeA = UriTextRangeStructA;Expand description
Specifies a range of characters within a string.
The range includes all characters from
@see UriUriA @see UriPathSegmentA @see UriHostDataA @since 0.3.0
Aliased Type§
#[repr(C)]pub struct UriTextRangeA {
pub first: *const i8,
pub afterLast: *const i8,
}Fields§
§first: *const i8< Pointer to first character
afterLast: *const i8< Pointer to character after the last one still in