Module omegga::rpc[][src]

Structs

An RPC error, as defined in the RPC specification.

A struct that contains the same data as Message::Response. Used to save redundant matches against a Message that is known to be a Message::Response.

Enums

An RPC message. One of [Request, Response, Notification].

An RPC request ID. Can be a string (Str) or an integer (Int).