Type Alias Break<S, F>

Break<S, F>: Box<S, F> | null

A successful result, failed result, or null

Type Parameters

  • S = any
  • F = any