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

Required Methods

Implementors