pub type ReplyParsingFunction = fn(_: &'a [u8], _: &mut Vec<RawFdContainer, Global>) -> Result<(Reply, &'a [u8]), ParseError>;
Expand description

A type alias for reply parsers (matches the signature of TryParseFd).