RunListWidgetRefExt

Trait RunListWidgetRefExt 

Source
pub trait RunListWidgetRefExt {
    // Required methods
    fn run_list(&self, path: &[LiveId]) -> RunListRef;
    fn as_run_list(&self) -> RunListRef;
}

Required Methods§

Source

fn run_list(&self, path: &[LiveId]) -> RunListRef

Source

fn as_run_list(&self) -> RunListRef

Implementations on Foreign Types§

Source§

impl RunListWidgetRefExt for WidgetRef

Implementors§