Module jsonrpc_core::commander
[−]
[src]
method and notification commands executor
Structs
Commander |
Commands executor. |
SyncMethod |
Wrapper type for |
Enums
Method |
Result of Method invocation. |
Traits
MethodCommand |
Should be used to handle single asynchronous method call |
NotificationCommand |
Should be used to handle single notification. |
SubscriptionCommand |
Should be used to handle subscriptions |
SyncMethodCommand |
Should be used to handle single synchronous method call. |