Macro deriveAddrSized

Source
macro_rules! deriveAddrSized {
    ( $addr:ident, $addrSized:ident ) => { ... };
}