pub trait ResponseSender {
    // Required method
    fn send_response(&self, message: ResponseMessage) -> Result<()>;
}

Required Methods§

Implementors§