Modules§
Structs§
- Omegga
- Response
Awaiter - A future that waits for the server to respond, returning a
Response
. This will await indefinitely, so use with Tokio’sselect!
macro to impose a timeout.
Enums§
- Response
Error - A response error. Either an RPC error (
rpc::Error
), or a receive error (oneshot::error::RecvError
).