Crate signalr_client

Source

Structs§

ArgumentConfiguration
Lets the arguments to be configured for a method on the Hub
CompletedFuture
A future that is immediately ready with a value.
InvocationContext
The context for an invocation, providing access to arguments, the ability to complete the invocation, and a client for additional hub interactions.
ManualFuture
A future that is manually completed.
ManualStream
SignalRClient
A client for connecting to and interacting with a SignalR hub.

Traits§

CallbackHandler