karyon_net::unix

Function dial

Source
pub async fn dial<C>(
    endpoint: &Endpoint,
    _config: UnixConfig,
    codec: C,
) -> Result<UnixConn<C>>
where C: Codec + Clone,
Expand description

Connects to the given Unix socket path.