A struct used as default on unfetched fields.
@type t() :: %Spaceboy.Conn.Unfetched{ aspect: (:query_params | :path_params | :params) | nil }
The :aspect key of the struct specifies what field is still unfetched.
:aspect