pub trait RawText {
// Required methods
fn raw(&self) -> String;
fn raw_ref(&self) -> &str;
}Expand description
Support for converting a text object into a raw, unstyled string
pub trait RawText {
// Required methods
fn raw(&self) -> String;
fn raw_ref(&self) -> &str;
}Support for converting a text object into a raw, unstyled string