Searched refs:noop_handler (Results 1 – 3 of 3) sorted by relevance
73 let mut a = Agent::new(noop_handler()); in test_agent_start()106 let result = a.set_handler(noop_handler()); in test_agent_start()
21 pub fn noop_handler() -> Handler { in noop_handler() function184 self.handler = noop_handler(); in close()
9 use stun::agent::{noop_handler, Agent, TransactionId};61 let mut a = Agent::new(noop_handler()); in benchmark_agent()76 let mut a = Agent::new(noop_handler()); in benchmark_agent()