Type Alias x11rb_protocol::x11_utils::ReplyParsingFunction

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

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