Skip to main content

KeyboardViewSetWidgetSetExt

Trait KeyboardViewSetWidgetSetExt 

Source
pub trait KeyboardViewSetWidgetSetExt {
    // Required methods
    fn keyboard_view_set(&self, paths: &[&[LiveId]]) -> KeyboardViewSet;
    fn as_keyboard_view_set(&self) -> KeyboardViewSet;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§