walk_statement

Function walk_statement 

Source
pub fn walk_statement<V: VerilogVisitor + ?Sized>(
    visitor: &mut V,
    s: &VerilogStatement,
)