pub type FindReceiverTypeHandler = fn(&Node<'_>, &str) -> Option<String>;
Handler to find receiver type for a method.