Skip to main content

TextFlowSetWidgetSetExt

Trait TextFlowSetWidgetSetExt 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§