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

    Type Alias Err<T, E>

    Err: Resultant<T, E> & { error: CheckedError<E> }

    Represents a failed outcome of a Result, holding a CheckedError of type E.

    This type ensures errors are checked, distinguishing between expected errors of type E and unexpected runtime failures wrapped in ResultError.

    Type Parameters

    • T
    • E