[]Type Definition jsonrpc_ws_server::Result

type Result<T> = Result<T, Error>;

Convenient wrapper around std::Result.