Skip to main content

peel_alias_id

Function peel_alias_id 

Source
pub fn peel_alias_id<F>(id: &str, next_alias: F) -> String
where F: Fn(&str) -> Option<String>,
Expand description

Walk an alias chain by id alone; used when no Type with underlying_ty is available (e.g. Go-name resolution).