Crate omegga

Source

Modules§

events
resources
rpc

Structs§

Omegga
ResponseAwaiter
A future that waits for the server to respond, returning a Response. This will await indefinitely, so use with Tokio’s select! macro to impose a timeout.

Enums§

ResponseError
A response error. Either an RPC error (rpc::Error), or a receive error (oneshot::error::RecvError).

Type Aliases§

EventReceiver