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