Convert

Trait Convert 

Source
pub trait Convert {
    // Required method
    fn to_latex_string(&self) -> String;
}
Expand description

Convert trait for turning element into string

Required Methods§

Source

fn to_latex_string(&self) -> String

Takes reference of the element and uses it’s &self.0 for the string

Implementations on Foreign Types§

Source§

impl Convert for (Class, Option<u8>, Option<String>)

Implementors§