[][src]Type Definition udp_server::ErrorInput

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

错误输入类型