//! WebSocket service accessors and manager types.
//!
//! Data, order, and TBT/depth sockets expose async managers for documented
//! connect, send, receive, ping, and close behavior. Frame parsing is delegated
//! to typed protocol models in [`crate::models::ws`].
pub use ;
pub use ;
pub use ;
pub use ;