Skip to main content

LabelWidgetActionsExt

Trait LabelWidgetActionsExt 

Source
pub trait LabelWidgetActionsExt {
    // Required method
    fn label(&self, path: &[LiveId]) -> LabelRef;
}

Required Methods§

Source

fn label(&self, path: &[LiveId]) -> LabelRef

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§