View Source Yex.Output protocol (y_ex v0.7.2)
Protocol for converting shared types to their preliminary representations. This is useful for serialization and data transfer between different parts of the system.
Summary
Functions
Converts a shared type to its preliminary representation. The preliminary representation is a simpler form that can be easily serialized or transferred.
Types
@type t() :: term()
All the types that implement this protocol.