Traitsยง
- Into
Ascii - This traits converts integers to bytes, and is implemented on all integer types.
The most important method on this trait is
IntoAscii::itoa, which is called in a method-like style. It returns aVec<u8>, representing the value ofselfas bytes. Negative numbers also include a-when converted.