Skip to main content

TextInputSetWidgetSetExt

Trait TextInputSetWidgetSetExt 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§