macro_rules! deriveAddrTrait {
( $addr:ident, $align:expr ) => { ... };
}Expand description
Derives just the necessary pieces of code for the Address trait
so that all functions have a definition. This formulates the most
basic implementation of an address type to get functioning code.