pub fn is_symbol_query(query: &str) -> bool
Return true when the query looks like a bare symbol or namespace-qualified identifier (Foo::Bar, module.Class, _x, getX, XMLParser, etc.).
true
Foo::Bar
module.Class
_x
getX
XMLParser