Action

Wrapper for a controller action

Constructors

this
this(Status delegate() d)

Creates a new controler action.

this
this(Status function() f)

Creates a new controler action.

Members

Functions

opCall
Status opCall()

Operator overload for using the wrapper as a call.

Meta