Function wayland_backend::debug::print_dispatched_message
source ยท pub fn print_dispatched_message<Id: Display, Fd: AsRawFd>(
interface: &str,
id: u32,
msg_name: &str,
args: &[Argument<Id, Fd>],
)
Expand description
Print the dispatched message to stderr in a following format:
[timestamp] <- [email protected]_name(args)