Additional macros for rocket.rs
Derive FromRequest
use FromRequest;
The errors of the individual fields will be converted via the From
trait to a common target error type. The target error type defaults to ()
but can be overridden manually:
use FromRequest;