pub(crate) fn strip_outer_type<'a>( ty: &'a Type, type_: &str, ) -> Option<&'a Type>
Check if the type is type_<T> and return T.
type_<T>
T