Derive Macrosยง
- Canonical
Deserialize Alt - Derives an impl of
ark_serialize::Valid
andark_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. - Canonical
Serialize Alt - 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.