Structs§
- Digit
Iterator - A simple wrapper type over the integer type
T
becauseRust
reserves the right to implementIterator
for them.
Traits§
- Into
Digits - Extends a type
T
with the ability to become aDigitIterator
.
T
because Rust
reserves the right to implement
Iterator
for them.T
with the ability to become a DigitIterator
.