Type Definition jsonrpc_core::Result [−][src]
type Result<T> = Result<T, Error>;
A Result type.
Trait Implementations
impl From<Output> for CoreResult<Value>
[src]
fn from(output: Output) -> CoreResult<Value>
[src]
Convert into a result. Will be Ok
if it is a Success
and Err
if Failure
.