Macro wayland_client::client_declare_delegating_handler [] [src]

macro_rules! client_declare_delegating_handler {
    ($handler_struct: ident <$($tyarg:ident : [$($trait: ident $(<$($traitarg:ty),*>)*),*]),*>, $($handler_field: ident).+ , $handler_trait: path, $handled_type: ty) => { ... };
    ($handler_struct: ident, $($handler_field: ident).+ , $handler_trait: path, $handled_type: ty) => { ... };
}

Synonym of the declare_delegating_handler! macro

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