ConversationIdProtocol
public protocol ConversationIdProtocol : AnyObject, Sendable
A unique identifier for a single conversation.
The backend provides an opaque string identifying a new conversation. Construct an instance of this newtype to pass that identifier to Rust.
-
Copy the wrapped data into a new byte array.
Declaration
Swift
func copyBytes() -> Data