pub fn extract_method_call_text(call: &ExprMethodCall) -> Box<str>Expand description
Render a method call as .method_name() for pattern matching.
pub fn extract_method_call_text(call: &ExprMethodCall) -> Box<str>Render a method call as .method_name() for pattern matching.