ext_method!() { /* proc-macro */ }Expand description
let #method_name = ext_method!{ #enable; #ready; [\[#guard\]] (#inputs) [-> (#outputs)] { #body } };
Declare a external method, which can override the name of the enable and
ready signal. #enable and #ready are Option<String>