Function rustc_passes::intrinsicck::unpack_option_like [−][src]
Expand description
If the type is Option<T>
, it will return T
, otherwise
the type itself. Works on most Option
-like types.
If the type is Option<T>
, it will return T
, otherwise
the type itself. Works on most Option
-like types.