pub fn extract_generics(ty: &mut Type) -> GenericsOut
Expand description

Extract heuristically generic arguments from the type.

This function looks for AngleBracketed path arguments and saves the last one.