Expand description
WebSocket client for receiving real-time SMS messages.
Re-exports§
pub use error::WebsocketError;pub use error::WebsocketResult;
Modules§
Structs§
- WebSocket
Client - WebSocket client for real-time message reception.
Type Aliases§
- Message
Callback - A callback to be run when the websocket receives a message.