The reason is that objects in Rust generally move around. Trait objects (dyn Trait) are unsized, because they might be different types, of different types.
確定! 回上一頁