Type Definition jsonrpc_core::Result [] [src]

type Result<T> = Result<T, Error>;

A Result type.

Trait Implementations

impl From<Output> for CoreResult<Value>
[src]

[src]

Convert into a result. Will be Ok if it is a Success and Err if Failure.