[][src]Type Definition odbc_futures::SqlHandlePoll

type SqlHandlePoll<T, V> = Poll<(T, V), (SqlError, T)>;