[][src]Trait wayland_protocols::unstable::input_method::v1::client::zwp_input_panel_v1::RequestsTrait

pub trait RequestsTrait {
    fn get_input_panel_surface<F>(
        &self,
        surface: &Proxy<WlSurface>,
        implementor: F
    ) -> Result<Proxy<ZwpInputPanelSurfaceV1>, ()>
    where
        F: FnOnce(NewProxy<ZwpInputPanelSurfaceV1>) -> Proxy<ZwpInputPanelSurfaceV1>
; }

Required methods

fn get_input_panel_surface<F>(
    &self,
    surface: &Proxy<WlSurface>,
    implementor: F
) -> Result<Proxy<ZwpInputPanelSurfaceV1>, ()> where
    F: FnOnce(NewProxy<ZwpInputPanelSurfaceV1>) -> Proxy<ZwpInputPanelSurfaceV1>, 

Loading content...

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZwpInputPanelV1>[src]

Loading content...

Implementors

Loading content...