私はTokioフレームワークを使ってRustで繰り返しタスクを作成しています。次のコードは、tokio-timer crateにこの機能を追加するためのcompleted change requestに基づいています。 error[E0281]: type mismatch: the type `fn() {my_cron_func}` implements the trait `std::ops
: let mut core = Core::new().unwrap();
let handle = core.handle();
// I want to bind to multiple port here if it's possible with simple addresses
let addr = "127.0.0.1:80".parse().unwrap();
let a