macro_rules! END {
() => { ... };
}Expand description
Immediately return a Response::End.
This returns !, exiting the current function.
macro_rules! END {
() => { ... };
}Immediately return a Response::End.
This returns !, exiting the current function.