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