ExBoxPacker.LinkedItem protocol (ExBoxPacker v0.2.0)

Copy Markdown View Source

Optional protocol marking items that belong to a named group which must all ship together in the same box (never split across boxes). Port of BoxPacker's LinkedItem.

Summary

Types

t()

All the types that implement this protocol.

Types

t()

@type t() :: term()

All the types that implement this protocol.

Functions

linked_item_group(item)

@spec linked_item_group(t()) :: String.t()