View Source Unreal.Core.Result (Unreal v0.2.0)

Link to this section Summary

Link to this section Types

@type t() :: {:ok, any()} | {:error, String.t()} | [t()]

Link to this section Functions

@spec build(any()) :: t()