pub fn recurse_type_to_path<T>(
    ty: &mut Type,
    func: impl FnOnce(&mut Path) -> Option<T>
) -> Option<T>
Expand description

Recurse down to TypePath and call closure.