Function monch::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.