Skip to main content

Module api

Module api 

Source
Expand description

Protocol API traits — Server and Client.

Re-exports§

pub use client::Client;
pub use server::Server;

Modules§

client
Client trait — transport primitives plus typed provided methods.
server
Server trait — one async method per protocol operation.