You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Derive macros, calling is_valid() on each of the members of a given struct;
An additional function that allows checking for semantic validity of self given also external data that might be necessary to perform checks otherwise not doable (e.g. if we'd had the circuit associated to a given Marlin pk/vk we would be able to check too that indeed they are the pk/vk associated to that circuit)
The text was updated successfully, but these errors were encountered:
Would be nice to have, for this trait:
is_valid()
on each of the members of a given struct;The text was updated successfully, but these errors were encountered: