Function nix_compat::nix_daemon::worker_protocol::read_op
source ยท pub async fn read_op<R: AsyncReadExt + Unpin>(r: &mut R) -> Result<Operation>
Expand description
Read a worker Operation from the wire.
pub async fn read_op<R: AsyncReadExt + Unpin>(r: &mut R) -> Result<Operation>
Read a worker Operation from the wire.