Function sql_parser::ast::fold::fold_window_frame_bound [−][src]
pub fn fold_window_frame_bound<F, T: AstInfo, T2: AstInfo>(
folder: &mut F,
node: WindowFrameBound
) -> WindowFrameBound where
F: Fold<T, T2> + ?Sized,