pub trait LinkLabelWidgetRefExt {
// Required methods
fn link_label(&self, path: &[LiveId]) -> LinkLabelRef;
fn as_link_label(&self) -> LinkLabelRef;
}Required Methods§
fn link_label(&self, path: &[LiveId]) -> LinkLabelRef
fn as_link_label(&self) -> LinkLabelRef
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".