Type Definition odbc_futures::SqlFuture

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