Snapshot
The type representing the document’s content to write.
Declaration
associatedtype SnapshotDiscussion
This is the same type returned by snapshot(contentType:). It crosses an actor boundary (from main actor to background), so use sending annotations or make it Sendable.