log_result

Function log_result 

Source
pub fn log_result<'a, O: Debug>(
    prefix: &'static str,
    combinator: impl Fn(&'a str) -> ParseResult<'a, O>,
) -> impl Fn(&'a str) -> ParseResult<'a, O>
Expand description

Logs the result for quick debugging purposes.