Skip to main content

CommandTextInputWidgetRefExt

Trait CommandTextInputWidgetRefExt 

Source
pub trait CommandTextInputWidgetRefExt {
    // Required methods
    fn command_text_input(&self, path: &[LiveId]) -> CommandTextInputRef;
    fn as_command_text_input(&self) -> CommandTextInputRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§