pub trait MessageTTLSupport {
type O;
// Required method
fn with_message_ttl_seconds(self, timeout: u64) -> Self::O;
}
pub trait MessageTTLSupport {
type O;
// Required method
fn with_message_ttl_seconds(self, timeout: u64) -> Self::O;
}