Crate s2json_derive

Crate s2json_derive 

Source
Expand description

The s2json-derive Rust crate provides … TODO

Derive Macros§

JSONProperties
Derives the JSONProperties trait for a struct to convert it to a JSONProperties.
MValue
Derives the MValue trait for a struct to convert it to a MValue.
MValueCompatible
Derives the MValueCompatible trait for a struct to convert it to a MValue.
Properties
Derives the Properties trait for a struct to convert it to a Properties.
ValuePrimitive
Derives the ValuePrimitive trait for a struct to convert it to a ValuePrimitive.