We can fix this by Box ing the errors: use chrono::NaiveDate; use std::collections::HashMap; fn main() { match get_current_date() { Ok(date) ...
確定! 回上一頁