Home
last modified time | relevance | path

Searched defs:from_maybe_shared (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/http/src/uri/
Dpath.rs134 pub fn from_maybe_shared<T>(src: T) -> Result<Self, InvalidUri> in from_maybe_shared() method
Dauthority.rs57 pub fn from_maybe_shared<T>(src: T) -> Result<Self, InvalidUri> in from_maybe_shared() method
Dmod.rs281 pub fn from_maybe_shared<T>(src: T) -> Result<Self, InvalidUri> in from_maybe_shared() method
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/
Dvalue.rs179 pub fn from_maybe_shared<T>(src: T) -> Result<HeaderValue, InvalidHeaderValue> in from_maybe_shared() method