Module address

Module address 

Source
Expand description

Marker trait for values that can act as memory addresses.

Implementers expose a uniform way to index (as_usize) plus wrapping addition and subtraction so buses can walk memory without caring about the underlying width (zero-page Byte, full Word, or even plain integers).

Traitsยง

Address