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