Crate serde_dyn

source ·

Macros

This macro provides an easy way to implement TypeUuid for multiple types quickly and easily.

Structs

TUSM aka Type Uuid Serde Mapper

Enums

Traits

Provides a statically defined UUID for a Rust type. It’s recommended to implement this by generating a v4 UUID, and transmuting it into a u128. Here’s an example of how to do so
Allows the TypeUuid constants to be retrieved via a trait object. It is automatically implemented for all types that implement TypeUuid.