pub trait TextFlowWidgetExt {
// Required method
fn text_flow(&self, path: &[LiveId]) -> TextFlowRef;
}Required Methods§
fn text_flow(&self, path: &[LiveId]) -> TextFlowRef
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".