Module bitcoin::util::iter [] [src]

Iterator adaptors

Iterator adaptors needed by Bitcoin but not provided by the Rust standard library.

Structs

Pair

An iterator that returns pairs of elements

Traits

Pairable

Returns an iterator that returns elements of the original iterator 2 at a time