Function kvs::client [−][src]
pub(crate) async fn client<R: AsyncRead + Unpin>(
url: &str,
input_read: R
) -> Result<!, String>
Expand description
Run the client portion of the program.
pub(crate) async fn client<R: AsyncRead + Unpin>(
url: &str,
input_read: R
) -> Result<!, String>
Run the client portion of the program.