Struct-opt accepts any type which implements FromStr , which is not far away from your parse_day function: use std::str::FromStr; ...
確定! 回上一頁