[][src]Type Definition odbc_futures::SqlFuture

type SqlFuture<T> = Map<SqlValueFuture<T, ()>, fn(_: (T, ())) -> T>;