View Source argo_value_printer (argo v1.0.2)
Summary
Types
-type t() :: #argo_value_printer{}.
Functions
-spec finalize(Printer) -> ok | iolist() when Printer :: t().
-spec new_string() -> Printer when Printer :: t().
-spec print_value(Printer, Value) -> Printer when Printer :: t(), Value :: argo_value:t().