pub fn parse_method_signature(s: &str) -> Result<'_, MethodSignature<'_>>
Expand description
Attempts to parse the given string as a method signature.
pub fn parse_method_signature(s: &str) -> Result<'_, MethodSignature<'_>>
Attempts to parse the given string as a method signature.