Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::WorkerProto::Serialise< T > Struct Template Reference

#include <worker-protocol-impl.hh>

Static Public Member Functions

static T read (const StoreDirConfig &store, WorkerProto::ReadConn conn)
 
static void write (const StoreDirConfig &store, WorkerProto::WriteConn conn, const T &t)
 

Detailed Description

template<typename T>
struct nix::WorkerProto::Serialise< T >

Use CommonProto where possible.

Data type for canonical pairs of serialisers for the worker protocol.

See https://en.cppreference.com/w/cpp/language/adl for the broader concept of what is going on here.


The documentation for this struct was generated from the following file: