//! # Client
//!//! `client` is the module providing the network client types and traits.
/// Type used to represent the client behavior on error responses.
pubmodon_error;/// Trait implemented by network clients.
pubmodclient;pubuseself::on_error::OnError;pubuseself::client::Client;