Function parse_method_signature

Source
pub fn parse_method_signature(s: &str) -> Result<'_, MethodSignature<'_>>
Expand description

Attempts to parse the given string as a method signature.