Type Definition rusqlite::SqliteRow [] [src]

type SqliteRow<'a, 'stmt> = Row<'a, 'stmt>;

Old name for Row. SqliteRow is deprecated.