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