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

Implement encoding for your data types.

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.

Types

@type t() :: term()

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.