macro_rules! deriveAddrReqs {
( $addr:ident ) => { ... };
}Expand description
Derives just the necessary pieces of code to satisfy the Rust type
checker when it comes to the default implementation of an instance
of a type supporting the Address trait. This includes address comparisons
and printf formatting support.