terminated

Function terminated 

Source
pub fn terminated<'a, First, Second>(
    first: impl Fn(&'a str) -> ParseResult<'a, First>,
    second: impl Fn(&'a str) -> ParseResult<'a, Second>,
) -> impl Fn(&'a str) -> ParseResult<'a, First>
Expand description

Returns the first value and discards the second.