Struct tokio_uds_proto::UnixClient [] [src]

pub struct UnixClient<Kind, P> { /* fields omitted */ }

Builds client connections to external services.

To connect to a service, you need a client protocol implementation; see the crate documentation for guidance.

Methods

impl<Kind, P> UnixClient<Kind, P> where
    P: BindClient<Kind, UnixStream>, 
[src]

[src]

Create a builder for the given client protocol.

To connect to a service, you need a client protocol implementation; see the crate documentation for guidance.

[src]

Establish a connection to the given path.