Module prelude

Source

Re-exports§

pub use crate::clients::Error;
pub use crate::clients::RequestFactory;
pub use crate::objects::RpcError;

Structs§

JsonError
This type represents all possible errors that can occur when serializing or deserializing JSON data.

Traits§

Service
An asynchronous function from a Request to a Response.