[−][src]Trait wayland_client::HandledBy
Provides a callback function to handle events of the implementing interface via T
.
This trait is meant to be implemented automatically by code generated with wayland-scanner
.
Required methods
Loading content...Implementors
impl<M, I> HandledBy<Sink<M>> for I where
I: Interface,
M: From<(I::Event, I)>,
[src]
I: Interface,
M: From<(I::Event, I)>,