pub fn is_method_signature(s: &str) -> bool
Expand description
Convenience method to parse the given string as a
method signature returning true
upon success, false
otherwise.
pub fn is_method_signature(s: &str) -> bool
Convenience method to parse the given string as a
method signature returning true
upon success, false
otherwise.