View Source ExKits.Utils.Param protocol (ex_kits v0.2.7)

Summary

Types

t()

All the types that implement this protocol.

Types

@type t() :: term()

All the types that implement this protocol.

Functions

@spec to_integer(t()) :: integer()
@spec to_map(t()) :: map()
@spec to_string(t()) :: String.t()