View Source Flamel.String protocol (flamel v1.10.0)

The Flamel.String protocol is responsible for converting a structure to an String (only if applicable).

Summary

Types

t()

All the types that implement this protocol.

Functions

Converts term to a String

Types

@type t() :: term()

All the types that implement this protocol.

Functions

@spec to(t()) :: binary()

Converts term to a String