pub fn peel_alias_id<F>(id: &str, next_alias: F) -> Stringwhere F: Fn(&str) -> Option<String>,
Walk an alias chain by id alone; used when no Type with underlying_ty is available (e.g. Go-name resolution).
Type
underlying_ty