Module driver

Source

Structs§

AsyncProcessDriverasync-process
A Driver implementation using the async-process crate for I/O.
TokioDrivertokio-process
A Driver implementation using the tokio crate for I/O.

Traits§

Driver
A process driver internally used by the helper to run the “nft” process asynchronously, write to its stdin and retrieve its output.