Type Definition json_rpc2::Result[][src]

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

Result type for service handler functions and internal library errors.