[][src]Module splines::iter

Spline Iterator, in a nutshell.

You can iterate over a Spline<K, V>’s keys with the IntoIterator trait on &Spline<K, V>. This gives you iterated Key<K, V> keys.

Structs

Iter

Iterator over spline keys.