uuid icon indicating copy to clipboard operation
uuid copied to clipboard

NonZeroUuid

Open rick-de-water opened this issue 1 year ago • 2 comments

Is there a NonZeroUuid type, or has one been considered, similar to the other NonZero types, such that the following is true?

assert_eq!(std::mem::size_of::<Option<NonZeroUuid>>(), std::mem::size_of::<Uuid>());

rick-de-water avatar Sep 30 '24 20:09 rick-de-water