View Source argo_wire_type_printer (argo v1.0.8)
Summary
Types
-type options() :: #{strict => boolean()}.
-type t() :: #argo_wire_type_printer{depth :: non_neg_integer(), output :: iolist() | io:device(), strict :: boolean()}.
Functions
-spec print_wire_type(Printer, WireType) -> Printer when Printer :: t(), WireType :: argo_wire_type:t().
-spec print_wire_type_store(Printer, WireTypeStore) -> Printer when Printer :: t(), WireTypeStore :: argo_wire_type_store:t().