Type Definition jsonrpc::method_types::MethodResult [] [src]

type MethodResult<RETURN_VALUE, ERROR_DATA> = Result<RETURN_VALUE, MethodError<ERROR_DATA>>;