type alias Failure.ObservedObserver

The callback shape onObserved installs: every declared failure a consumer classified arrives right as it is handed to application code.

Definition

(failure: Any) => void

Usage

import { type Failure } from "lib/stream/index.ts";
type { ObservedObserver } = Failure;