Type Definition jsonrpc_core::control::Handler [] [src]

type Handler<A, B, C> = HandlerInternal<A, A, B, C>;

Simplified Response handler with transformations.