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§