Command

A type that represents a MongoDB command. All public command types (and command protocols) ultimately inherit from this protocol.

Mongo.Command.swift:9
protocol Command<Response> : Sendable
Browse conforming types