pub trait Describe { // Required method fn describe() -> Format; }
A trait to provide a description format for a tool.