Skip to main content

LinkLabelWidgetRefExt

Trait LinkLabelWidgetRefExt 

Source
pub trait LinkLabelWidgetRefExt {
    // Required methods
    fn link_label(&self, path: &[LiveId]) -> LinkLabelRef;
    fn as_link_label(&self) -> LinkLabelRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§