rustc_hir_typeck

Module intrinsicck

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.