Vibe.Actions.Result (vibe v0.2.0)

Copy Markdown View Source

Shared tool result formatting.

Summary

Types

t()

@type t() :: {:ok, term()} | {:error, term()}

Functions

run(fun)

@spec run((-> t() | term())) :: t()