Crate omegga[][src]

Modules

Structs

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

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

Type Definitions