Skip to main content

CommandTextInputSetWidgetSetExt

Trait CommandTextInputSetWidgetSetExt 

Source
pub trait CommandTextInputSetWidgetSetExt {
    // Required methods
    fn command_text_input_set(&self, paths: &[&[LiveId]]) -> CommandTextInputSet;
    fn as_command_text_input_set(&self) -> CommandTextInputSet;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§