[][src]Type Definition zookeeper_async::ZkResult

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

Value returned from potentially-error operations.