pub trait TextInputWidgetActionsExt {
// Required method
fn text_input(&self, path: &[LiveId]) -> TextInputRef;
}Required Methods§
fn text_input(&self, path: &[LiveId]) -> TextInputRef
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".