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