pub trait BuiltIn: Debug + Callable { // Required method fn description(&self) -> &str; }
BuiltIns are Callables with bespoke definitions