A struct used as default on unfetched fields.
The :aspect key of the struct specifies what field is still unfetched.
:aspect
unfetched = %Plug.Conn.Unfetched{aspect: :cookies}
t :: %Plug.Conn.Unfetched{aspect: atom}