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.
useserde::Serialize;/// Trait for messages that can be sent
pubtraitSendableMessage: Serialize {fnendpoint()->&'staticstr;typeResponseType:for<'de>serde::Deserialize<'de>;}