pub trait Operand { // Provided method fn to_string(&self) -> String { ... } }
Trait shared by all Operands
Operands
Pretty representation of the operand