[][src]Module rsqlite::iterable

Iterable types are expected to iterate over the sqlite rows

Traits

Iterable

This library implements Iterable for any FnMut<T1,...> -> R
Note that the return type R comes first in the generic parameter list