Re-exports§
pub use crate::clients::Error;
pub use crate::clients::RequestFactory;
pub use crate::objects::RpcError;
Structs§
- Json
Error - This type represents all possible errors that can occur when serializing or deserializing JSON data.
Traits§
- Service
- An asynchronous function from a
Request
to aResponse
.