Skip to main content

walk_decl

Function walk_decl 

Source
pub fn walk_decl<V: Visitor>(visitor: &mut V, decl: &AstDecl)
Expand description

Walk a declaration by dispatching to the variant-specific visitor.