pub fn visit_limit<V>(v: &mut V, node: &Limit)where V: Visit + ?Sized,
Default traversal for Limit nodes.
Limit