View Source Patch.Mock.History (patch v0.14.0)
Link to this section Summary
Link to this section Types
@type argument() :: term()
@type limit() :: non_neg_integer() | :infinity
@type name() :: atom()
@type sorting() :: :asc | :desc
@type t() :: %Patch.Mock.History{ count: non_neg_integer(), entries: [entry()], limit: limit() }