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

Required Methods§

source

fn is_deleted(&self) -> bool

source

fn widgets(&self) -> Vec<Widget>

Implementors§