Skip to main content

TextInputSetWidgetRefExt

Trait TextInputSetWidgetRefExt 

Source
pub trait TextInputSetWidgetRefExt {
    // Required method
    fn text_input_set(&self, paths: &[&[LiveId]]) -> TextInputSet;
}

Required Methods§

Source

fn text_input_set(&self, paths: &[&[LiveId]]) -> TextInputSet

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§