Skip to main content

ConversationState

Trait ConversationState 

Source
pub trait ConversationState:
    Sealed
    + Send
    + Sync
    + 'static { }
Expand description

Sealed state trait for the conversation typestate machine.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§