Function coord::catalog::migrate::rewrite_items[][src]

fn rewrite_items<F>(tx: &Transaction<'_>, f: F) -> Result<(), Error> where
    F: FnMut(&mut Statement<Raw>) -> Result<(), Error>,