Macro frame_support::fail [−][src]
macro_rules! fail {
($y : expr) => { ... };
}
Expand description
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)
.