Modules§
Structs§
Traits§
- Like serde the
Error
trait allowsNixRead
implementations to add custom error handling forNixDeserialize
. - 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.