Module std::to_bytes

The ToBytes and IterBytes traits

Traits

IterBytes

A trait to implement in order to make a type hashable; This works in combination with the trait std::hash::Hash, and may in the future be merged with that trait or otherwise modified when default methods and trait inheritance are completed.

ToBytes

A trait for converting a value to a list of bytes.

Type Definitions

Cb