[][src]Type Definition tokio_hglib::PipeClient

type PipeClient = Client<PipeConnection>;

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

Implementations

impl PipeClient[src]

pub async fn spawn_at(dir: impl AsRef<Path>) -> Result<Self>[src]

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

pub async fn spawn_with(command: &mut Command) -> Result<Self>[src]

Spawns a server process by the given process builder.