[][src]Macro flp_framework::deriveAddrReqs

macro_rules! deriveAddrReqs {
    ( $addr:ident ) => { ... };
}

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.