View Source Hugs.TypeCaster behaviour (hugs v0.2.3)

Link to this section Summary

Link to this section Callbacks

@callback cast(external_data :: term()) ::
  {:ok, internal :: term()} | {:error, term()} | :error