This is what we basically want to accomplish: #[derive(Debug)] struct AnyBox ( Box < dyn Any + Debug > ); If we were to compile this, ...
確定! 回上一頁