Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dsequence.rs792 pub fn then_partial<Input, P, F, N>(p: P, f: F) -> ThenPartial<P, F> in then_partial() function
Dmod.rs539 fn then_partial<N, F>(self, f: F) -> ThenPartial<Self, F> in then_partial() method