Pudu programming language
Menu

Std.App.Access.Guarded

1 declaration

type

Guarded

This declaration introduces a public type.

What it does

A route that stated what it requires.

There is no other kind. A route with no requirement and a route needing

none are indistinguishable in source, and the first is invisible until it

is exploited — so the requirement is in the same call as the handler and

there is no way to leave it out.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.App.AccessSearch related declarations