Search
Unreal
v0.2.0
Pages
Modules
Settings
View Source
Unreal.Core.Result
(Unreal v0.2.0)
Link to this section
Summary
Types
t()
Functions
build(value)
Link to this section
Types
Link to this type
t()
View Source
@type
t() :: {:ok,
any
()} | {:error,
String.t
()} | [
t
()]
Link to this section
Functions
Link to this function
build(value)
View Source
@spec
build(
any
()) ::
t
()