Type Alias Ok<T>

Ok: { Ok: T }

A successful result

Type Parameters

  • T

    The value type of the Ok result.