pub trait TextFlowSetWidgetSetExt {
// Required methods
fn text_flow_set(&self, paths: &[&[LiveId]]) -> TextFlowSet;
fn as_text_flow_set(&self) -> TextFlowSet;
}Required Methods§
fn text_flow_set(&self, paths: &[&[LiveId]]) -> TextFlowSet
fn as_text_flow_set(&self) -> TextFlowSet
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".