Skip to content

ResilientWitness

tevelee edited this page Jul 25, 2026 · 1 revision

ResilientWitness

A requirement and implementation pair in a resilient witness pattern.

public struct ResilientWitness: LayoutWrapper 

Inheritance

LayoutWrapper

Properties

requirement

The requirement implemented by this witness, if the entry is non-null.

public var requirement: ProtocolRequirement? 

implementation

The opaque implementation pointer. It must not be invoked directly.

public var implementation: UnsafeRawPointer? 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally