The issue is that you're calling Into::into on the Option<C> type rather than the type the Option holds ( C ).
確定! 回上一頁