Type Definition zookeeper_async::ZkResult[][src]

type ZkResult<T> = Result<T, ZkError>;

Value returned from potentially-error operations.