pub trait ToABC { // Required method fn to_abc(&self) -> String; }
Creates a valid ABC text representation of the object.