View Source argo_debug_type behaviour (argo v1.0.6)

Summary

Types

Callbacks

-callback display(IoDevice, Type, Options) -> ok
           when IoDevice :: io:device(), Type :: type(), Options :: options().
-callback format(Type) -> Output when Type :: type(), Output :: output().
-callback format(Type, Options) -> Output when Type :: type(), Options :: options(), Output :: output().