marina_body (marina v0.4.3)

View Source

Summary

Types

frame/0

-type frame() ::
          #frame{flags :: byte(),
                 stream :: integer(),
                 opcode :: non_neg_integer(),
                 body :: iolist() | binary()}.

Functions

decode(Frame)

-spec decode(frame()) -> {ok, term()} | {error, atom()}.