Enum jsonrpc_core::response::Output [] [src]

pub enum Output {
    Sync(SyncOutput),
    Async(AsyncOutput),
}

Represents synchronous or asynchronous output

Variants

Synchronous

Asynchronous

Trait Implementations

impl Debug for Output
[src]

Formats the value using the given formatter.