Result of a command executed inside a computer.
@type t() :: %Miosa.Types.ExecResult{ exit_code: integer(), output: String.t() | nil, stderr: String.t() | nil, stdout: String.t() | nil }
@spec from_map(map()) :: t()