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