Type Definition nakadion::ClientResult []

type ClientResult<T> = Result<T, ClientError>;

Convenient wrapper around std::Result.