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

#include <concepts.hpp>

Concept definition

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

Detailed Description

Definition at line 14 of file concepts.hpp.