Skip to main content

opt_

Function opt_ 

Source
pub fn opt_<'a, O>(
    f: impl ExchangeParser<'a, O>,
) -> impl ExchangeParser<'a, Option<O>>