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.
pub trait ConnectionState: Sealed { }Marker trait for connection states.
This trait is sealed to prevent external implementations, ensuring that only the states defined in this crate are valid.