Skip to main content

TextInputWidgetRefExt

Trait TextInputWidgetRefExt 

Source
pub trait TextInputWidgetRefExt {
    // Required methods
    fn text_input(&self, path: &[LiveId]) -> TextInputRef;
    fn as_text_input(&self) -> TextInputRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§