pub fn dbus_is_member_name(string: &str) -> bool
Checks if string is a valid D-Bus member (e.g. signal or method) name.
string
The string to check.
true if valid, false otherwise.
true
false