Skip to main content

CommandTextInputSetWidgetExt

Trait CommandTextInputSetWidgetExt 

Source
pub trait CommandTextInputSetWidgetExt {
    // Required method
    fn command_text_input_set(
        &mut self,
        paths: &[&[LiveId]],
    ) -> CommandTextInputSet;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§