Skip to main content

KeyboardViewWidgetRefExt

Trait KeyboardViewWidgetRefExt 

Source
pub trait KeyboardViewWidgetRefExt {
    // Required methods
    fn keyboard_view(&self, path: &[LiveId]) -> KeyboardViewRef;
    fn as_keyboard_view(&self) -> KeyboardViewRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§