Skip to main content

TextFlowSetWidgetRefExt

Trait TextFlowSetWidgetRefExt 

Source
pub trait TextFlowSetWidgetRefExt {
    // Required method
    fn text_flow_set(&self, paths: &[&[LiveId]]) -> TextFlowSet;
}

Required Methods§

Source

fn text_flow_set(&self, paths: &[&[LiveId]]) -> TextFlowSet

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§