Type Definition x11rb_async::x11_utils::ReplyParsingFunction
source · 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).