@jenova-marie/ts-rust-result - v2.2.12
    Preparing search index...

    Type Alias Result<T, E>

    Result: Ok<T> | Err<E>

    Union type representing either a successful result (Ok) or an error result (Err).

    Type Parameters

    • T

      The type of the successful value

    • E = Error

      The type of the error (defaults to Error)