Searched defs:UuidWrapper (Results 1 – 1 of 1) sorted by relevance
92 pub struct UuidWrapper<'a>(pub &'a Uuid128Bit); struct94 impl<'a> Display for UuidWrapper<'a> { implementation