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

#include <concepts.hpp>

Concept definition

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

Detailed Description

Definition at line 8 of file concepts.hpp.