Macro cognitive_wayland_frontend::send [] [src]

macro_rules! send {
    {$command:expr} => { ... };
}

This macro executes passed expression and in case of error logs warning about failing to send data. It is intended to use when posting skylane events to clients.