rustc_
hir_
typeck
1.83.0-beta.5
(eb6e3fa1a 2024-11-08)
Module intrinsicck
Module Items
Functions
In crate rustc_
hir_
typeck
rustc_hir_typeck
Module
intrinsicck
Copy item path
source
Functions
ยง
unpack_
option_
like
๐
If the type is
Option<T>
, it will return
T
, otherwise the type itself. Works on most
Option
-like types.