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

    Type Alias ExpectedError<E>

    ExpectedError: EitherError<E> & { expected: E; unexpected: undefined; get(): E }

    Represents an expected error of type E within a CheckedError.

    Type Parameters

    • E

    Type declaration