View Source Vx.Inspectable protocol (Vx v0.1.0)

The Inspectable protocol allows converting types to a string representation.

Summary

Types

t()

All the types that implement this protocol.

Types

@type t() :: term()

All the types that implement this protocol.

Functions

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