Type Definition ZkResult
zookeeper
type ZkResult<T> = Result<T, ZkError>;
Value returned from potentially-error operations.