Type Definition udp_server::ErrorInput[][src]

type ErrorInput<T> = Arc<Mutex<dyn Fn(Option<Arc<Peer<T>>>, Box<dyn Error>) -> bool + Send>>;

错误输入类型