Struct jsonrpc::EndpointOutput [] [src]

pub struct EndpointOutput { /* fields omitted */ }

A JSON-RPC Server-role than can send responses to requests. TODO: review and clarify shutdown semantics

Methods

impl EndpointOutput
[src]

impl EndpointOutput
[src]

Send a (non-notification) request

Send a notification

Handle a well-formed incoming JsonRpc request object

Trait Implementations

impl Clone for EndpointOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more