barretenberg
Loading...
Searching...
No Matches
msgpack_concepts::SchemaPackable Concept Reference

Concept definition

template<typename T>
concept msgpack_concepts::SchemaPackable = requires(T value, MsgpackSchemaPacker packer) { msgpack_schema_pack(packer, value); }
Definition: schema_impl.hpp:106
Definition: schema_impl.hpp:18