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