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

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)]