pub trait Any {
// Required method
fn formula(&self, buf: &mut String);
}Expand description
Trait for any part of the formula.
This trait is used to create the string-repr of the formula.
pub trait Any {
// Required method
fn formula(&self, buf: &mut String);
}Trait for any part of the formula.
This trait is used to create the string-repr of the formula.