Trait TextFlowLinkWidgetExt

Source
pub trait TextFlowLinkWidgetExt {
    // Required method
    fn text_flow_link(&self, path: &[LiveId]) -> TextFlowLinkRef;
}

Required Methods§

Implementors§

Source§

impl<T> TextFlowLinkWidgetExt for T
where T: Widget,