Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Drange.rs419 pub struct TakeUntilRange<Input>(Input::Range) struct
422 impl<Input> Parser<Input> for TakeUntilRange<Input> implementation