pub fn modifiers_and_self<'gcx>( gcx: Gcx<'gcx>, func_id: FunctionId, ) -> impl Iterator<Item = FunctionId> + 'gcx
The modifiers of func_id that resolve to functions, followed by func_id itself.
func_id