Type Definition zookeeper::ZkResult[][src]

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

Value returned from potentially-error operations.