pub mod handler; pub mod types; pub mod worker_protocol; /// Represents all possible operations over the nix-daemon protocol. pub trait NixDaemonIO { // TODO add methods to it. }