Trait TextChildAnchorExt

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

Required Methods§

Implementors§