Type Definition jsonrpc_core::Result
source · [−]Expand description
A Result type.
Trait Implementations
sourceimpl From<Output> for CoreResult<Value>
impl From<Output> for CoreResult<Value>
sourcefn from(output: Output) -> CoreResult<Value>
fn from(output: Output) -> CoreResult<Value>
Convert into a result. Will be Ok
if it is a Success
and Err
if Failure
.