pub trait Print {
// Required method
fn print(&self) -> String;
}Expand description
A trait to print the token as-is, while preserving all user spaces and styling.
pub trait Print {
// Required method
fn print(&self) -> String;
}A trait to print the token as-is, while preserving all user spaces and styling.