Module utils::iter::sample_on [] [src]

Structs

Items

Iterator returned from the sample_on method.

Traits

SampleOn

Sample from the current iterator every time an iteration occurs on another iterator. This is primarily used for binding an iterator to another timed iterator. i.e. (0..1000).sample_on(Fps::new(60.0)).