Trait LinkLabelSetWidgetExt

Source
pub trait LinkLabelSetWidgetExt {
    // Required method
    fn link_label_set(&mut self, paths: &[&[LiveId]]) -> LinkLabelSet;
}

Required Methods§

Implementors§

Source§

impl<T> LinkLabelSetWidgetExt for T
where T: Widget,