View Source LiveViewNative.Template.Safe protocol (live_view_native v0.3.1)
Defines the LVN Template safe protocol.
This protocol relies on iodata, which provides better performance when sending or streaming data to the client.
Summary
Types
@type t() :: term()
All the types that implement this protocol.