Home
last modified time | relevance | path

Searched refs:as_utf8_unchecked (Results 1 – 4 of 4) sorted by relevance

/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/http/src/uri/
H A Dabsolute.rs6 use crate::uri::{Authority, Origin, Error, as_utf8_unchecked};
54 source: Some(as_utf8_unchecked(source)), in raw()
H A Dauthority.rs6 use crate::uri::{as_utf8_unchecked, Error};
65 source: Some(as_utf8_unchecked(source)), in raw()
H A Dorigin.rs6 use crate::uri::{as_utf8_unchecked, Error, Segments};
121 source: Some(as_utf8_unchecked(source)), in raw()
H A Duri.rs215 pub(crate) unsafe fn as_utf8_unchecked(input: Cow<'_, [u8]>) -> Cow<'_, str> { in as_utf8_unchecked() function