connect

Function connect 

Source
pub async fn connect(path: &str) -> Result<Stream, PluginError>
Expand description

Connect to a local socket at the given path

On Unix, this connects to a filesystem socket. On Windows, this connects to a named pipe.