Function entry

Source
pub fn entry<'a, Output, Descr>() -> Handler<'a, Output, Descr>
where Output: 'a, Descr: HandlerDescription,
Expand description

Constructs an entry point handler.

This function is only used to specify other handlers upon it (see the root examples).

ยงSignature

The run-time type signature of this handler is HandlerSignature::Entry.