@ts-rust/std - v0.0.5
    Preparing search index...

    Type Alias Ok<T, E>

    Ok: Resultant<T, E> & { value: T }

    Represents a successful outcome of a Result, holding a value of type T.

    Type Parameters

    • T
    • E