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