[−][src]Macro frame_support::fail
macro_rules! fail { ( $y:expr ) => { ... }; }
Return Err of the expression: return Err($expression);.
Used as fail!(expression).
macro_rules! fail { ( $y:expr ) => { ... }; }
Return Err of the expression: return Err($expression);.
Used as fail!(expression).