impl_type_uuid!() { /* proc-macro */ }
Expand description

Derives TypeUuid for the given type. This is used internally to implement TypeUuid on foreign types, such as those in the std. This macro should be used in the format of <[Generic Params]> [Type (Path)], [Uuid (String Literal)].