Searched defs:ThenRef (Results 1 – 1 of 1) sorted by relevance
814 pub struct ThenRef<P, F>(P, F); struct815 impl<Input, P, N, F> Parser<Input> for ThenRef<P, F> implementation