Crate jsonrpsee_types[−][src]
Expand description
Shared types in jsonrpsee for clients, servers and utilities.
Re-exports
pub use error::Error; |
Modules
| error | Shared error type. |
| traits | Traits |
| v2 | JSON-RPC 2.0 specification related types v2. |
Structs
| BatchMessage | Batch request message. |
| JsonRawValue | Reference to a range of bytes encompassing a single valid JSON value in the input data. |
| RegisterNotificationMessage | RegisterNotification message. |
| RequestMessage | Request message. |
| Subscription | Active subscription on the client. |
| SubscriptionMessage | Subscription message. |
Enums
| FrontToBack | Message that the Client can send to the background task. |
| JsonValue | Represents any valid JSON value. |
| SubscriptionKind | Subscription kind |
Constants
| TEN_MB_SIZE_BYTES | Ten megabytes. |
Traits
| DeserializeOwned | A data structure that can be deserialized without borrowing any data from the deserializer. |
| Serialize | A data structure that can be serialized into any data format supported by Serde. |
Functions
| to_json_value | Convert a |
Type Definitions
| Cow | Compact three word |
Derive Macros
| Serialize |