Skip to main content
Module

x/ahh/src/result/mod.ts

Mostly rusty stuff for @denoland.
Go to Latest
import * as ahh from "https://deno.land/x/ahh@v0.6.1/src/result/mod.ts";

Variables

Symbol for Err, the same as Symbol.for("err")..

Symbol for Ok, the same as Symbol.for("ok")..

v
R

Type Aliases

Represents a Result that was erroneous.

Represents a Result that was successful.

Represents a value that is either successful (Ok) or erroneous (Err).