END

Macro END 

Source
macro_rules! END {
    () => { ... };
}
Expand description

Immediately return a Response::End.

This returns !, exiting the current function.