Crate biome_deserialize_macros

Crate biome_deserialize_macros 

Source

Derive Macros§

Deserializable
Derives the [biome_deserialize::Deserializable] trait for a custom enum or struct.
Merge
Derives the [biome_deserialize::Merge] trait for a custom enum or struct.
Partial
Generates a “partial” struct from another.