pub type ConversationStoreFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
A boxed asynchronous conversation-store operation.
pub struct ConversationStoreFuture<'a, T> { /* private fields */ }