Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
msgpack_concepts::HasMsgPackSchema Concept Reference

#include <concepts.hpp>

Concept definition

template<typename T>
concept msgpack_concepts::HasMsgPackSchema = requires(const T t, DoNothing nop) { t.msgpack_schema(nop); }

Detailed Description

Definition at line 11 of file concepts.hpp.