OneOf_Cursor
public enum OneOf_Cursor : Equatable
extension Xmtp_MessageApi_V1_Cursor.OneOf_Cursor: @unchecked Sendable
Making the cursor a one-of type, as I would like to change the way we handle pagination to use a precomputed sort field. This way we can handle both methods
-
Undocumented
Declaration
Swift
case index(Xmtp_MessageApi_V1_IndexCursor)
-