pub async fn connect(path: impl AsRef<Path>) -> Result<Channel, Error>
Connect creates a unix channel to containerd GRPC socket.
This helper intended to be used in conjunction with Tokio runtime.