Trait ButtonWidgetRefExt

Source
pub trait ButtonWidgetRefExt {
    // Required methods
    fn button(&self, path: &[LiveId]) -> ButtonRef;
    fn as_button(&self) -> ButtonRef;
}

Required Methods§

Source

fn button(&self, path: &[LiveId]) -> ButtonRef

Source

fn as_button(&self) -> ButtonRef

Implementors§