I am making an authorization system which will implement the FromRequest trait from the web framework rocket, which is needed to make custom guards.
FromRequest
The