raui_core::widget::component::interactive::input_field

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§