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