pub trait TextFlowLinkWidgetRefExt {
// Required methods
fn text_flow_link(&self, path: &[LiveId]) -> TextFlowLinkRef;
fn as_text_flow_link(&self) -> TextFlowLinkRef;
}
pub trait TextFlowLinkWidgetRefExt {
// Required methods
fn text_flow_link(&self, path: &[LiveId]) -> TextFlowLinkRef;
fn as_text_flow_link(&self) -> TextFlowLinkRef;
}