Module workflow_rpc::client

source ·
Expand description

RPC client (operates uniformly in native and WASM-browser environments).

Re-exports§

  • pub use crate::client::error::Error;
  • pub use crate::client::result::Result;

Modules§

Macros§

  • notification!() macro for declaration of RPC notification handlers

Structs§

Enums§

  • ConnectionStrategy specifies how the WebSocket async fn connect() function should behave during the first-time connectivity phase. @category WebSocket

Traits§

Type Aliases§