Type Definition coap_client::TokioClient

source · []
pub type TokioClient = Client<Error, Tokio>;
Expand description

Tokio base CoAP client

Implementations

Create a new client with the provided host and client options

Close the provided client, ending all existing sessions