You have to dereference a pointer. ... Run use std::ptr::NonNull; struct IteratorWrapper<'a> { iterator: &'a mut iterator_t, } ...
確定! 回上一頁