pub trait Convert {
// Required method
fn to_latex_string(&self) -> String;
}Expand description
Convert trait for turning element into string
Required Methods§
Sourcefn to_latex_string(&self) -> String
fn to_latex_string(&self) -> String
Takes reference of the element and uses it’s &self.0 for the string