View Source CSV.Encode protocol (CSV v3.2.0)

Implement encoding for your data types.

Link to this section Summary

Types

t()

All the types that implement this protocol.

Functions

The encode function to implement, gets passed the data and env as a keyword list containing the currently used separator and delimiter.

Link to this section Types

@type t() :: term()

All the types that implement this protocol.

Link to this section Functions

The encode function to implement, gets passed the data and env as a keyword list containing the currently used separator and delimiter.