Docs.rs
nix-daemon-0.1.1
nix-daemon 0.1.1
Permalink
Docs.rs crate page
EUPL-1.2
Links
Repository
crates.io
Source
Owners
liclac
Dependencies
async-stream ^0.3.5
normal
chrono ^0.4.31
normal
futures ^0.3.29
normal
num_enum ^0.7.1
normal
tap ^1.0.1
normal
thiserror ^1.0.50
normal
tokio ^1.34.0
normal
tokio-stream ^0.1.14
normal
tokio-test ^0.4.3
normal
tracing ^0.1.40
normal
rand ^0.8.5
dev
tracing-subscriber ^0.3.18
dev
Versions
52.57%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
read_stderr_fields
nix_
daemon
0.1.1
In nix_
daemon::
nix::
wire
nix_daemon
::
nix
::
wire
Function
read_
stderr_
fields
Copy item path
Source
pub async fn read_stderr_fields<R:
AsyncReadExt
+
Unpin
>( r:
&mut R
, ) ->
Result
<
Vec
<
StderrField
>>