pub struct Guid(_);Expand description
A D-Bus server GUID.
See the D-Bus specification UUIDs chapter for details.
You can create a Guid from an existing string with Guid::try_from::<&str>.
pub struct Guid(_);A D-Bus server GUID.
See the D-Bus specification UUIDs chapter for details.
You can create a Guid from an existing string with Guid::try_from::<&str>.