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).