pub trait ExchangeWriter: Send {
// Required method
async fn write(&mut self, resp: GetDataResponseResult) -> Result<()>;
}
Required Methods§
async fn write(&mut self, resp: GetDataResponseResult) -> Result<()>
Object Safety§
This trait is not object safe.