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