Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs247 validity_check(result).map_err(Into::into) in from_bytes()
514 .and_then(validity_check) in build()
1164 fn validity_check(unchecked_uri: Uri) -> Result<Uri, InvalidUri> { in validity_check() function