Other items ingio
pub fn dbus_is_guid(string: &str) -> bool
Checks if string is a D-Bus GUID.
string
See the D-Bus specification regarding what strings are valid D-Bus GUID (for example, D-Bus GUIDs are not RFC-4122 compliant).
The string to check.
true if string is a guid, false otherwise.
true
false