sendableOrError top-level constant
SendableOrErrorAnnotation
const sendableOrError
Like @sendable but the lint fires as an error rather than a warning.
Implementation
const sendableOrError = SendableOrErrorAnnotation();