Rust calls this a trait object ( & dyn Animal ). ... i.e fn nop(self) where Self:Sized {} the compiler would still complain, as there's no ...
確定! 回上一頁