Macro wayland_client::client_declare_handler [] [src]

macro_rules! client_declare_handler {
    ($handler_struct: ty, $handler_trait: path, $handled_type: ty) => { ... };
}

Synonym of the declare_handler! macro

This more distinctive can be used for projects that need to use both the client-side and server-side macros.