pub type LicenseId = Uuid;Expand description
Alias for license ID type for cleaner code.
Use LicenseId instead of Uuid when referring to license identifiers
for better code clarity and future-proofing.
Aliased Typeยง
pub struct LicenseId(/* private fields */);