Home
last modified time | relevance | path

Searched defs:parse_fragment (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/string/
Dparser.rs67 fn parse_fragment<'a, E>(input: &mut &'a str) -> PResult<StringFragment<'a>, E> in parse_fragment() function
/aosp_15_r20/external/rust/android-crates-io/crates/url/src/
Dparser.rs1463 pub fn parse_fragment(&mut self, mut input: Input<'_>) { in parse_fragment() method