Export RowIndex trait to allow external code to be generic over what can index be

This commit is contained in:
Pro 2017-09-20 15:34:06 +02:00
parent d5bd7d9601
commit c08ee8be82

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