Trait wayland_protocols::unstable::input_method::v1::client::zwp_input_panel_v1::RequestsTrait
[−]
[src]
pub trait RequestsTrait {
fn get_input_panel_surface(
&self,
surface: &Proxy<WlSurface>
) -> Result<NewProxy<ZwpInputPanelSurfaceV1>, ()>;
}
Required Methods
fn get_input_panel_surface(
&self,
surface: &Proxy<WlSurface>
) -> Result<NewProxy<ZwpInputPanelSurfaceV1>, ()>
&self,
surface: &Proxy<WlSurface>
) -> Result<NewProxy<ZwpInputPanelSurfaceV1>, ()>
Implementations on Foreign Types
impl RequestsTrait for Proxy<ZwpInputPanelV1>[src]
fn get_input_panel_surface(
&self,
surface: &Proxy<WlSurface>
) -> Result<NewProxy<ZwpInputPanelSurfaceV1>, ()>[src]
&self,
surface: &Proxy<WlSurface>
) -> Result<NewProxy<ZwpInputPanelSurfaceV1>, ()>