[][src]Trait wayland_protocols::unstable::text_input::v1::client::zwp_text_input_manager_v1::RequestsTrait

pub trait RequestsTrait {
    fn create_text_input<F>(
        &self,
        implementor: F
    ) -> Result<Proxy<ZwpTextInputV1>, ()>
    where
        F: FnOnce(NewProxy<ZwpTextInputV1>) -> Proxy<ZwpTextInputV1>
; }

Required methods

fn create_text_input<F>(
    &self,
    implementor: F
) -> Result<Proxy<ZwpTextInputV1>, ()> where
    F: FnOnce(NewProxy<ZwpTextInputV1>) -> Proxy<ZwpTextInputV1>, 

create text input

Creates a new text_input object.

Loading content...

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZwpTextInputManagerV1>[src]

Loading content...

Implementors

Loading content...