pub fn value_receiver_method(callee: &str) -> Option<(&str, &str)>Expand description
A value-receiver method callee — recv.method where recv is a single
lowercase-initial identifier (a value, not a type/capability name). The
signature comes from typing the receiver (a later slice’s path).