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

    Enumeration OptionErrorKind

    Enumerates error codes specific to Option operations.

    These codes are used in OptionError instances thrown by methods like unwrap or expect when operations fail due to the state of the option.

    Index

    Enumeration Members

    ExpectCalledOnNone: "ExpectCalledOnNone"
    PredicateException: "PredicateException"
    UnwrapCalledOnNone: "UnwrapCalledOnNone"
    ValueAccessedOnNone: "ValueAccessedOnNone"