Type Alias x11rb::x11_utils::ReplyParsingFunction

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

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