ConnectionState

Trait ConnectionState 

Source
pub trait ConnectionState: Sealed { }
Expand description

Marker trait for connection states.

This trait is sealed to prevent external implementations, ensuring that only the states defined in this crate are valid.

Implementors§