split_call

Function split_call 

Source
fn split_call(expr: &str) -> Option<(&str, &str)>
Expand description

Split <head>(<args>) into (head, args). Returns None if the expression isn’t a bare call (e.g. has a trailing .foo).