use crateClient;
use async_trait;
use Arc;
use OwnedNodeRef;
/// Trait for handling specific types of XML stanzas received from the WhatsApp server.
///
/// Each handler is responsible for processing a specific top-level XML tag (e.g., "message", "iq", "receipt").