Packages

A platform agnostic Elm-like framework (soft-fork of Lustre)

Current section

Files

Jump to
agnostic include agnostic@serializer_Serializer.hrl
Raw

include/agnostic@serializer_Serializer.hrl

-record(serializer, {
element :: fun((agnostic@vdom@vnode:element(any())) -> binary()),
raw_content :: fun((agnostic@vdom@vnode:raw_content()) -> binary())
}).