pub fn visit_window_frame_bound<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast WindowFrameBound, )where V: Visit<'ast, T> + ?Sized,