Skip to main content

LabelSetWidgetRefExt

Trait LabelSetWidgetRefExt 

Source
pub trait LabelSetWidgetRefExt {
    // Required method
    fn label_set(&self, paths: &[&[LiveId]]) -> LabelSet;
}

Required Methods§

Source

fn label_set(&self, paths: &[&[LiveId]]) -> LabelSet

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§