always-panic - v0.10.1
    Preparing search index...

    Type Alias MaybeOkContent<M>

    MaybeOkContent: M extends Result<unknown, unknown> ? OkContent<M> : M

    The Ok payload a MaybeResult normalizes to: the Ok content of any Result member, and the value itself for any bare member.

    Type Parameters

    • M