Skip to main content

ButtonSetWidgetRefExt

Trait ButtonSetWidgetRefExt 

Source
pub trait ButtonSetWidgetRefExt {
    // Required method
    fn button_set(&self, paths: &[&[LiveId]]) -> ButtonSet;
}

Required Methods§

Source

fn button_set(&self, paths: &[&[LiveId]]) -> ButtonSet

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§