TextInputProxy

Trait TextInputProxy 

Source
pub trait TextInputProxy: Send + Sync {
    // Required methods
    fn get(&self) -> String;
    fn set(&mut self, value: String);
}

Required Methods§

Source

fn get(&self) -> String

Source

fn set(&mut self, value: String)

Implementors§