pub fn print_stmts_test<E, F, R, K>(env: E, f: F) -> Rwhere
    E: Into<DbRead<K>>,
    F: FnOnce(Transaction<'_>) -> R,
    K: DbKindT,
Expand description

Function to help avoid needing to specify types.