pub trait TryCreateMessage: Send + Sync {
// Required method
fn try_create_message(&self) -> Result<Message, ProtocolError>;
}pub trait TryCreateMessage: Send + Sync {
// Required method
fn try_create_message(&self) -> Result<Message, ProtocolError>;
}