View Source Kino.Inspect (Kino v0.14.2)

A struct wrapping any term for default rendering.

This is just a meta-struct that implements the Kino.Render protocol, so that the wrapped value is rendered using the inspect protocol.

Summary

Functions

Wraps the given term.

Types

Functions

@spec new(term()) :: t()

Wraps the given term.