SendBlue is a Rust library that provides an API client for interacting with the SendBlue REST API, enabling businesses to integrate iMessage and SMS services into their applications.
//! Traits for the Sendblue API
//!//! This module provides traits used by various models in the Sendblue API.
pubmodsendable_message;pubmodurl;pubusesendable_message::SendableMessage;pubuseurl::Url;