Module jsonrpc_core::commander [] [src]

method and notification commands executor

Structs

AsyncMethod

Asynchronous command wrapper

Commander

Commands executor.

Enums

MethodResult

Result of Method invocation.

Traits

AsyncMethodCommand

Should be used to handle single asynchronous method call

MethodCommand

Should be used to handle single method call.

NotificationCommand

Should be used to handle single notification.

SyncMethodCommand

Should be used to handle single synchronous method call.