Structured result returned by Rx.eval/3 when capture: true.
Summary
Types
@type t() :: %Rx.EvalResult{ globals: %{optional(String.t()) => Rx.Object.t()}, messages: String.t(), result: Rx.Object.t() | nil, stdout: String.t(), warnings: String.t() }