Trait rustdoc::fold::DocFolderUnstable
[-] [+]
[src]
pub trait DocFolder: Sized { fn fold_item(&mut self, item: Item) -> Option<Item> { ... } fn fold_item_recur(&mut self, item: Item) -> Option<Item> { ... } fn fold_mod(&mut self, m: Module) -> Module { ... } fn fold_crate(&mut self, c: Crate) -> Crate { ... } }
Provided Methods
fn fold_item(&mut self, item: Item) -> Option<Item>
fn fold_item_recur(&mut self, item: Item) -> Option<Item>
don't override!