Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dsequence.rs717 pub struct ThenPartial<P, F>(P, F); struct
718 impl<Input, P, N, F> Parser<Input> for ThenPartial<P, F> implementation