The problem comes from the and_then call. You are not allowed to change the error type when calling and_then . So your function there should ...
確定! 回上一頁