Structs§
- This struct provides methods for connecting to Pusher, subscribing to channels, triggering events, and handling incoming events.
- Config for the Pusher client. We are defaulting to .env. TODO: look into .toml or .yaml
Enums§
- Specific errors that can occur when interacting with the Pusher API. TODO: Add more specific errors
Type Aliases§
- A specialized Result type for Pusher operations.