Function sql::ast::fold::fold_create_role_option[][src]

pub fn fold_create_role_option<F, T, T2>(
    folder: &mut F,
    node: CreateRoleOption
) -> CreateRoleOption where
    T: AstInfo,
    T2: AstInfo,
    F: Fold<T, T2> + ?Sized