Ouroboros.Page (ouroboros v0.1.3)
Defines a page.
Fields
entries
- a list entries contained in this page.metadata
- metadata attached to this page.
Summary
Types
@type t() :: %Ouroboros.Page{ entries: [any()] | [], metadata: Paginator.Page.Metadata.t() }