Storage representation for session eval state snapshots.
Summary
Types
@type t() :: %{binding: Code.binding(), env: Macro.Env.t()}
Functions
@spec encode(Code.binding(), Macro.Env.t()) :: binary()
@spec entry(String.t(), Code.binding(), Macro.Env.t()) :: {:ok, map()} | {:error, term()}