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.
-
Get the raw bytes from this type, transferring data from Rust to the client layer.
This does not consume the newtype, instead copying the internal data across the FFI boundary.
Declaration
Swift
func copyBytes() -> Data