Skip to main content

ConversationHandle

Type Alias ConversationHandle 

Source
pub type ConversationHandle = SessionHandle;
Expand description

Opaque persistent handle to a conversation. Re-exported from the storage trait so runtime callers don’t need to speak the storage layer’s “session” vocabulary.

Aliased Type§

pub struct ConversationHandle(/* private fields */);