pub trait TextChildAnchorExt: 'static {
// Required methods
fn get_deleted(&self) -> bool;
fn get_widgets(&self) -> Vec<Widget>;
}
pub trait TextChildAnchorExt: 'static {
// Required methods
fn get_deleted(&self) -> bool;
fn get_widgets(&self) -> Vec<Widget>;
}