Trait opentitanlib::proxy::ExtraEventHandler
source · pub trait ExtraEventHandler {
// Required method
fn handle_poll_event(
&mut self,
event: &Event,
connection_map: &mut HashMap<Token, Connection>
) -> Result<bool>;
}