UnixClient

Type Alias UnixClient 

Source
pub type UnixClient = Client<UnixConnection>;
Expand description

Command-server client which interacts via Unix domain socket.

Aliased Type§

pub struct UnixClient { /* private fields */ }

Implementations§

Source§

impl UnixClient

Source

pub async fn connect(path: impl AsRef<Path>) -> Result<Self>

Connects to a command server listening at the specified socket path.