Type Definition tokio_hglib::PipeClient[][src]

type PipeClient = Client<PipeConnection>;

Command-server client which spawns new server process and interacts via pipe.

Methods

impl PipeClient
[src]

Spawns a server process at the specified directory with the default configuration.

Spawns a server process by the given process builder.