···991010 @doc """
1111 Takes a primitive type and, if it knows how to decode it into an
1212- appropriate Elixir data structure, reutrns a two-element list in
1212+ appropriate Elixir data structure, returns a two-element list in
1313 the form `[(db_data :: any -> term), elixir_type :: atom]`.
14141515 The function that is the first element will be called whenever