pub fn dbus_is_name(string: &str) -> bool
Checks if string is a valid D-Bus bus name (either unique or well-known).
string
The string to check.
true if valid, false otherwise.
true
false