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

Required methods

Implementors