[][src]Attribute Macro micro_timer::timed

#[timed]
This example deliberately fails to compile
use micro_timer::timed;

#[timed]  // Can only be used on functions
struct Thing;