Module nix_compat::nix_daemon::de

source ·

Modules§

Structs§

Traits§

  • Like serde the Error trait allows NixRead implementations to add custom error handling for NixDeserialize.
  • A data structure that can be deserialized from the Nix daemon worker protocol.
  • A reader of data from the Nix daemon protocol. Basically there are two basic types in the Nix daemon protocol u64 and a bytes buffer. Everything else is more or less built on top of these two types.