pub trait DocGen { // Required method fn doc_gen(&self, symbol: &Symbol) -> Result<()>; }
Documentation generator for a symbol.