Struct jsonrpc_core::control::Ready [] [src]

pub struct Ready { /* fields omitted */ }

Asynchronous method response.

Methods

impl Ready
[src]

Return a response to the caller

Trait Implementations

impl<A: 'static> From<Handler<A, Data, SubscriptionOutput>> for Ready
[src]

Performs the conversion.