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