View Source SpiderMan.Item (spider_man v0.4.7)

Item Struct

Link to this section Summary

Link to this section Types

@type t() :: %SpiderMan.Item{
  flag: any(),
  key: any(),
  options: keyword(),
  retries: integer(),
  value: any()
}