You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `try_get_inner()` function is used to obtain the contents of an
`ImmutAfterInitCell` (or to return an error). It should be possible for
a caller to obtain a `Result` instead of being forced to derefence and
panic if the cell is not initialized.
Signed-off-by: Jon Lange <[email protected]>
0 commit comments