pub trait ToPlainText {
// Required method
fn to_plain(&self) -> String;
}Expand description
A trait for converting structure data to Plain Text for writing
to *.txt or output to stdout
Required Methods§
Implementors§
impl ToPlainText for CPU
Available on x86-64 only.