Crate dragoonfri_proc_macros

Crate dragoonfri_proc_macros 

Source

Derive Macrosยง

CanonicalDeserializeAlt
Derives an impl of ark_serialize::Valid and ark_serialize::CanonicalDeserialize when all the fields implement it. Only supports structs. The type bounds are inferred based on the type of the fields instead of the type parameters.
CanonicalSerializeAlt
Derives an impl of ark_serialize::CanonicalSerialize when all the fields implement it. Only supports structs. The type bounds are inferred based on the type of the fields instead of the type parameters.