Instream v0.18.0 Instream.Encoder.Precision View Source

Encoder module for precision values.

Converts a MODULE.t type precision atom to its binary counterpart.

Link to this section Summary

Functions

Converts a precision atom to its binary identifier

Link to this section Types

Link to this type t() View Source
t() ::
  :hour
  | :minute
  | :second
  | :millisecond
  | :microsecond
  | :nanosecond
  | :rfc3339
  | t_deprecated()
Link to this type t_deprecated() View Source
t_deprecated() ::
  :hours
  | :minutes
  | :seconds
  | :milliseconds
  | :microseconds
  | :nanoseconds
  | :milli_seconds
  | :micro_seconds
  | :nano_seconds

Link to this section Functions

Converts a precision atom to its binary identifier.