tldr you need to implement ParseError and From for your type, then use .map_err(Err::convert) because ? on it's own doesn't work without type specialization ...
確定! 回上一頁