Trait ButtonSetWidgetSetExt

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

Required Methods§

Source

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

Source

fn as_button_set(&self) -> ButtonSet

Implementors§