Module process

Source

Structs§

AsyncProcessasync-process
A Process implementation using the async-process crate for I/O.
TokioProcesstokio-process
A Process implementation using the tokio crate for I/O.

Traits§

Process
A process backend to use for asynchronous I/O, supporting only the functionality needed by the nftables-async crate.