Merge pull request #306 from jgallagher/twistedfall-master

Export RowIndex trait to allow external code to be generic over what can index be
This commit is contained in:
John Gallagher 2017-11-13 11:33:12 -07:00 committed by GitHub
commit 5f800eb285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ use cache::StatementCache;
pub use statement::Statement;
use statement::StatementCrateImpl;
pub use row::{Row, Rows, MappedRows, AndThenRows};
pub use row::{Row, Rows, MappedRows, AndThenRows, RowIndex};
use row::RowsCrateImpl;
#[allow(deprecated)]