TextExt

Trait TextExt 

Source
pub trait TextExt {
    // Required method
    fn text(&self) -> Option<&str>;
}
Expand description

Extension trait for Text objects.

Required Methods§

Source

fn text(&self) -> Option<&str>

Implementors§