ENTER

Macro ENTER 

Source
macro_rules! ENTER {
    ($f:path) => { ... };
    () => { ... };
}
Expand description

Immediately return a tunnel-type Response.

This returns !, exiting the current function.

  • $f:path: Enter a tunnel to the specified page.
  • No arguments: exit current tunnel.