Module rustc_hir_typeck::intrinsicck
source · Functions§
- If the type is
Option<T>
, it will returnT
, otherwise the type itself. Works on mostOption
-like types.
Option<T>
, it will return T
, otherwise
the type itself. Works on most Option
-like types.