pub type PipeClient = Client<PipeConnection>;
Command-server client which spawns new server process and interacts via pipe.
pub struct PipeClient { /* private fields */ }
Spawns a server process at the specified directory with the default configuration.
Spawns a server process by the given process builder.