pub fn type_param_info(
types: &dyn TypeDatabase,
type_id: TypeId,
) -> Option<TypeParamInfo>Expand description
Extract the type parameter info if this is a type parameter or infer type.
pub fn type_param_info(
types: &dyn TypeDatabase,
type_id: TypeId,
) -> Option<TypeParamInfo>Extract the type parameter info if this is a type parameter or infer type.