pub fn parse_message_fast_with_closure<T, F>(
text: &str,
f: F,
) -> Result<T, &'static str>where
F: FnOnce(MessageType, &BorrowedValue<'_>) -> T,Expand description
Parse message using thread-local parser with closure for zero-copy processing