Skip to main content

TextFlowWidgetRefExt

Trait TextFlowWidgetRefExt 

Source
pub trait TextFlowWidgetRefExt {
    // Required methods
    fn text_flow(&self, path: &[LiveId]) -> TextFlowRef;
    fn as_text_flow(&self) -> TextFlowRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§