aztec-nr - noir_aztec::macros::utils

Function derive_serialize_if_not_implemented

pub comptime fn derive_serialize_if_not_implemented(s: TypeDefinition) -> Quoted

Generates a quote that implements Serialize for a given struct s. If the struct already implements Serialize, we return an empty quote.