ByIndex

Trait ByIndex 

Source
pub trait ByIndex {
    // Required method
    fn by_index(&self, idx: usize) -> Option<Widget>;
}

Required Methods§

Source

fn by_index(&self, idx: usize) -> Option<Widget>

find a widget by index

Implementations on Foreign Types§

Source§

impl ByIndex for Vec<InkWrapper<Widget>>

Source§

fn by_index(&self, idx: usize) -> Option<Widget>

Implementors§