Type Definition jsonrpc_core::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

A Result type.

Trait Implementations

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