[][src]Macro flp_framework::deriveAddrTrait

macro_rules! deriveAddrTrait {
    ( $addr:ident, $align:expr ) => { ... };
}

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.